Tokens starting with o
file | # | command |
---|---|---|
cgmreg.ado: | 297 [+] | di _column(50) "Number of obs = `n'" |
t2_mcloop.do: | 234 [+] | set obs 1 |
t3_ar1.do: | 108 [+] | di "Num obs," _column(20) %8.0f `N_ar1' |
t3_ols.do: | 209 [+] | set obs 1 |
: | 271 [+] | di "Num obs," _column(20) %8.0f `N_fe' |
t4_mcloop.do: | 266 [+] | set obs 1 |
table1.do: | 121 [+] | di "Num obs," %8.0f `N_ols' |
: | 136 [+] | di "Num obs," %8.0f `N_re' |
file | # | command |
---|---|---|
t2_display.do: | 75 [+] | di "Mean num. observations," _column(25) %6.0f `nobs_mean' |
file | # | command |
---|---|---|
t2_mcloop.do: | 120 [+] | gen obsnum = _n |
file | # | command |
---|---|---|
cgmreg.ado: | 142 [+] | end commented for version 2.3.1 fix of missing cluster values issue |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 171 [+] | graph twoway (line Rademacher t_stat) (line Webb t_stat) , |
: | 177 [+] | graph twoway (line Rademacher t_stat if t_stat >= `lower' & t_stat <= `upper') (line Webb t_stat if t_stat >= `lower' & t_stat <= `upper') , |
file | # | command |
---|---|---|
cgmreg.ado: | 297 [+] | di _column(50) "Number of obs = `n'" |
: | 435 [+] | di in gr "Number of unique values of `varlist' is " in ye _result(18) |
: | 436 [+] | di in gr "Number of records is "in ye "`N'" |
: | 462 [+] | di in blu "variable `generate' contains number of unique values of `varlist' by `by'" |
t2_mcloop.do: | 31 [+] | di "MC Reps = `mcreps', BS Reps = `bsreps', Number of states sampled = `numstates'" |
t4_mcloop.do: | 17 [+] | di "Table 4 loop. MC Reps = `mcreps', BS Reps = `bsreps', Number of states sampled = `numstates'" |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 7 [+] | set more off |
t2_display.do: | 13 [+] | qui log off t2out |
: | 89 [+] | qui log off t2out |
t2_pvalues_check.do: | 7 [+] | set more off |
t3_ar1.do: | 110 [+] | qui log off t3out |
t3_ols.do: | 273 [+] | qui log off t3out |
t4_display.do: | 13 [+] | qui log off t4out |
: | 65 [+] | qui log off t4out |
table1.do: | 7 [+] | qui log off t1out |
: | 10 [+] | set more off |
: | 138 [+] | qui log off t1out |
table2.do: | 7 [+] | set more off |
table3.do: | 4 [+] | set more off |
: | 8 [+] | qui log off t3out |
table4.do: | 5 [+] | set more off |
file | # | command |
---|---|---|
t3_ols.do: | 33 [+] | reg `reglhs' `regrhs' , |
file | # | command |
---|---|---|
cgmreg.ado: | 346 [+] | ereturn local model = "ols" |
t3_ols.do: | 29 [+] | local command = "reg `reglhs' `regrhs' , vce(ols) noconstant " |
file | # | command |
---|---|---|
t2_display.do: | 62 [+] | qui log on t2out |
t3_ar1.do: | 85 [+] | qui log on t3out |
t3_data_setup.do: | 32 [+] | di "policy turns on starting in year >= `yrmean'" |
t3_ols.do: | 249 [+] | qui log on t3out |
t4_display.do: | 47 [+] | qui log on t4out |
table1.do: | 111 [+] | qui log on t1out |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 150 [+] | gen one = 1 |
: | 152 [+] | gen Rademacher = sum(one) / _N |
: | 154 [+] | gen Webb = sum(one) / _N |
t2_mcloop.do: | 118 [+] | gen one = 1 |
t3_ar1.do: | 41 [+] | gen byte one =1 |
: | 42 [+] | collapse one , |
: | 53 [+] | collapse (sum) toexpand=one , |
table1.do: | 66 [+] | gen byte one = 1 |
: | 67 [+] | collapse (sum) clusize = one , |
file | # | command |
---|---|---|
cgmreg.ado: | 99 [+] | program define cgmreg , |
file | # | command |
---|---|---|
cgmreg.ado: | 115 [+] | di " -> Removing string 'robust' from your options line: it's unnecessary as an option," |
: | 271 [+] | di " Because you used the -noeigenfix- option, -cgmreg- must end." |
: | 369 [+] | di " (If you don't want this behavior, use the 'noeigenfix' option," |
file | # | command |
---|---|---|
cgmreg.ado: | 115 [+] | di " -> Removing string 'robust' from your options line: it's unnecessary as an option," |
: | 117 [+] | di " If some variable in your options list contains the string 'robust', you will" |
: | 120 [+] | local options = regexr("`options'", "robust", "") |
: | 420 [+] | local options "BY(string) GENerate(string) Detail" |