Tokens starting with e
file | # | command |
---|---|---|
cgmreg.ado: | 141 [+] | qui gen `touse' = e(sample) |
file | # | command |
---|---|---|
cgmreg.ado: | 99 [+] | program define cgmreg , |
file | # | command |
---|---|---|
makedata.do: | 19 [+] | foreach vv in educ age sex year state incwage { |
file | # | command |
---|---|---|
makedata.do: | 32 [+] | replace yrseduc = 0 if educ == 2 |
: | 33 [+] | replace yrseduc = 3 if educ == 10 |
: | 34 [+] | replace yrseduc = 1 if educ == 11 |
: | 35 [+] | replace yrseduc = 2 if educ == 12 |
: | 36 [+] | replace yrseduc = 3 if educ == 13 |
: | 37 [+] | replace yrseduc = 4 if educ == 14 |
: | 39 [+] | replace yrseduc = 6 if educ == 20 |
: | 40 [+] | replace yrseduc = 5 if educ == 21 |
: | 41 [+] | replace yrseduc = 6 if educ == 22 |
: | 43 [+] | replace yrseduc = 8 if educ == 30 |
: | 44 [+] | replace yrseduc = 7 if educ == 31 |
: | 45 [+] | replace yrseduc = 8 if educ == 32 |
: | 47 [+] | replace yrseduc = 9 if educ == 40 |
: | 48 [+] | replace yrseduc = 10 if educ == 50 |
: | 49 [+] | replace yrseduc = 11 if educ == 60 |
: | 51 [+] | replace yrseduc = 11 if educ == 71 |
: | 52 [+] | replace yrseduc = 12 if educ == 72 |
: | 53 [+] | replace yrseduc = 12 if educ == 73 |
: | 55 [+] | replace yrseduc = 13 if educ == 80 |
: | 56 [+] | replace yrseduc = 14 if educ == 81 |
: | 58 [+] | replace yrseduc = 14 if educ == 90 |
: | 59 [+] | replace yrseduc = 14 if educ == 91 |
: | 60 [+] | replace yrseduc = 14 if educ == 92 |
: | 62 [+] | replace yrseduc = 15 if educ == 100 |
: | 63 [+] | replace yrseduc = 16 if educ == 110 |
: | 64 [+] | replace yrseduc = 16 if educ == 111 |
: | 66 [+] | replace yrseduc = 16 if educ == 121 |
: | 67 [+] | replace yrseduc = 16 if educ == 122 |
: | 68 [+] | replace yrseduc = 18 if educ == 123 |
: | 69 [+] | replace yrseduc = 19 if educ == 124 |
: | 70 [+] | replace yrseduc = 20 if educ == 125 |
file | # | command |
---|---|---|
t3_ar1.do: | 106 [+] | di "CSS effctv clustrs," _column(20) "-" "," |
t3_ols.do: | 270 [+] | di "CSS effctv clustrs," _column(20) %8.0f `DOF_fe_CSS' |
file | # | command |
---|---|---|
cgmreg.ado: | 263 [+] | local eigenfix "no" |
: | 282 [+] | local eigenfix "yes" |
: | 339 [+] | ereturn local eigenfix = "`eigenfix'" |
file | # | command |
---|---|---|
cgmreg.ado: | 251 [+] | tempname eigenvalues eigenvectors |
: | 361 [+] | di " -cgmreg- is replacing any/all negative eigenvalues with 0." |
file | # | command |
---|---|---|
cgmreg.ado: | 251 [+] | tempname eigenvalues eigenvectors |
file | # | command |
---|---|---|
cgmreg.ado: | 289 [+] | mat `running_sum' = `eigenvectors'*diag(`eigenvalues')*`eigenvectors'' |
file | # | command |
---|---|---|
cgmreg.ado: | 219 [+] | tempname element |
: | 221 [+] | local element = `element'[1,1] |
file | # | command |
---|---|---|
set_directory_macros.do: | 3 [+] | local my_top_path = subinstr(c(pwd), "doug work\Colin\JHR cluster paper\work Summer 2014\empirical example code", "",.) |
file | # | command |
---|---|---|
cgmreg.ado: | 271 [+] | di " Because you used the -noeigenfix- option, -cgmreg- must end." |
file | # | command |
---|---|---|
cgmreg.ado: | 370 [+] | di " in which case -cgmreg- will throw an error)" |
file | # | command |
---|---|---|
cgmreg.ado: | 170 [+] | local estat_cmd = e(estat_cmd) |
: | 347 [+] | ereturn local estat_cmd = "regress_estat" |
file | # | command |
---|---|---|
cgmreg.ado: | 366 [+] | di " Raw, non-psd covariance estimate will be available " |
file | # | command |
---|---|---|
cgmreg.ado: | 269 [+] | di " -> NOTE: Raw estimated variance matrix was non positive semi-definite." |
: | 360 [+] | di " -> NOTE: Raw estimated variance matrix was non-positive semi-definite." |
file | # | command |
---|---|---|
cgmreg.ado: | 341 [+] | ereturn local title = "Linear regression with CGM covariance estimation" |
file | # | command |
---|---|---|
cgmreg.ado: | 185 [+] | mat `rows' = rowsof(e(V)) |