Tokens starting with r
file | # | command |
---|---|---|
t3_ols.do: | 104 [+] | qui bootstrap b=r(mybeta) se=r(myse) , reps(`bsreps') nodots cluster(statefip) idcluster(pseudo_cluster_2) seed(10101) saving(`pairs_bs_out' , double) : table3_np_boot , |
t4_mcloop.do: | 143 [+] | qui bootstrap b=r(mybeta) se=r(myse) , reps(`bsreps') nodots cluster(pseudo_cluster) idcluster(pseudo_cluster_2) seed(10101) saving(`pairs_bs_out' , double) : table4_np_boot , |
file | # | command |
---|---|---|
cgmreg.ado: | 150 [+] | tempname N_clust N df_m F r2 mss rss r2_a ll ll_0 |
: | 156 [+] | scalar `r2' = e(r2) |
: | 322 [+] | ereturn scalar r2 = `r2' |
file | # | command |
---|---|---|
cgmreg.ado: | 150 [+] | tempname N_clust N df_m F r2 mss rss r2_a ll ll_0 |
: | 160 [+] | scalar `r2_a' = e(r2_a) |
: | 326 [+] | ereturn scalar r2_a = `r2_a' |
file | # | command |
---|---|---|
t2_display.do: | 80 [+] | di "Avg Rad Res p-avg, " _column(25) %6.4f `mean_p_rad_res' |
: | 81 [+] | di "Avg Rad Res p-high, " _column(25) %6.4f `mean_p_rad_res_high' |
: | 82 [+] | di "Avg Rad Res p-low, " _column(25) %6.4f `mean_p_rad_res_low' |
file | # | command |
---|---|---|
t3_ar1.do: | 102 [+] | di "percentile T Rad2, ," _column(35) "-" |
t3_ols.do: | 266 [+] | di "percentile T Rad2, ," _column(35) %6.4f `p_rad_res' |
file | # | command |
---|---|---|
t2_pvalues_check.do: | 11 [+] | foreach type in webb rad { |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 167 [+] | merge t_stat using `rad' |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 161 [+] | qui save `rad' |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 159 [+] | tempfile rad |
file | # | command |
---|---|---|
t2_display.do: | 35 [+] | foreach mthd in rob_Tnk clu_Tnk clu_Tg1 clu_Tg2 CR2_Tg1 CR3_Tg1 CR2_Tik clu_Tcss bsse_Tg1 pairs_bs rad_res rad_res_high rad_res_low webb_res rad_unres { |
: | 66 [+] | foreach mthd in rob_Tnk clu_Tnk clu_Tg1 clu_Tg2 CR2_Tg1 CR3_Tg1 CR2_Tik clu_Tcss bsse_Tg1 pairs_bs rad_res_low rad_res rad_res_high webb_res rad_unres { |
t2_mcloop.do: | 252 [+] | foreach var in pairs_bs rad_res rad_unres webb_res { |
t3_ols.do: | 220 [+] | foreach var in pairs_bs rad_res webb_res { |
t4_display.do: | 31 [+] | foreach mthd in def_Tnk clu_Tnk clu_Tg1 clu_Tg2 bsse_Tg1 pairs_bs rad_res webb_res { |
: | 52 [+] | foreach mthd in def_Tnk clu_Tnk clu_Tg1 clu_Tg2 bsse_Tg1 pairs_bs rad_res webb_res { |
t4_mcloop.do: | 279 [+] | foreach var in pairs_bs rad_res webb_res { |
file | # | command |
---|---|---|
t2_display.do: | 35 [+] | foreach mthd in rob_Tnk clu_Tnk clu_Tg1 clu_Tg2 CR2_Tg1 CR3_Tg1 CR2_Tik clu_Tcss bsse_Tg1 pairs_bs rad_res rad_res_high rad_res_low webb_res rad_unres { |
: | 66 [+] | foreach mthd in rob_Tnk clu_Tnk clu_Tg1 clu_Tg2 CR2_Tg1 CR3_Tg1 CR2_Tik clu_Tcss bsse_Tg1 pairs_bs rad_res_low rad_res rad_res_high webb_res rad_unres { |
file | # | command |
---|---|---|
t2_display.do: | 35 [+] | foreach mthd in rob_Tnk clu_Tnk clu_Tg1 clu_Tg2 CR2_Tg1 CR3_Tg1 CR2_Tik clu_Tcss bsse_Tg1 pairs_bs rad_res rad_res_high rad_res_low webb_res rad_unres { |
: | 66 [+] | foreach mthd in rob_Tnk clu_Tnk clu_Tg1 clu_Tg2 CR2_Tg1 CR3_Tg1 CR2_Tik clu_Tcss bsse_Tg1 pairs_bs rad_res_low rad_res rad_res_high webb_res rad_unres { |
file | # | command |
---|---|---|
t2_display.do: | 35 [+] | foreach mthd in rob_Tnk clu_Tnk clu_Tg1 clu_Tg2 CR2_Tg1 CR3_Tg1 CR2_Tik clu_Tcss bsse_Tg1 pairs_bs rad_res rad_res_high rad_res_low webb_res rad_unres { |
: | 66 [+] | foreach mthd in rob_Tnk clu_Tnk clu_Tg1 clu_Tg2 CR2_Tg1 CR3_Tg1 CR2_Tik clu_Tcss bsse_Tg1 pairs_bs rad_res_low rad_res rad_res_high webb_res rad_unres { |
t2_mcloop.do: | 252 [+] | foreach var in pairs_bs rad_res rad_unres webb_res { |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 152 [+] | gen Rademacher = sum(one) / _N |
: | 157 [+] | keep Rademacher t_rad_res |
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 |
---|---|---|
t1_boot_breakdown.do: | 168 [+] | sort t_stat Rademacher Webb |
file | # | command |
---|---|---|
table1.do: | 123 [+] | di "Ng range," " `clusize_min' to `clusize_max'" |
file | # | command |
---|---|---|
t2_mcloop.do: | 242 [+] | gen rank = . |
: | 255 [+] | replace rank = _n |
t3_ols.do: | 217 [+] | gen rank = . |
: | 223 [+] | qui replace rank = _n |
t4_mcloop.do: | 272 [+] | gen rank = . |
: | 282 [+] | replace rank = _n |
file | # | command |
---|---|---|
t2_mcloop.do: | 258 [+] | summ rank if abs(t_`var' - `main_t') < 0.0001 |
t3_ols.do: | 226 [+] | qui summ rank if abs(t_`var' - `main_t') < 0.0001 |
t4_mcloop.do: | 285 [+] | summ rank if abs(t_`var' - `main_t') < 0.0001 |
file | # | command |
---|---|---|
t2_mcloop.do: | 96 [+] | local K = e(rank) |
t3_ar1.do: | 21 [+] | local K = e(rank) |
t3_ols.do: | 37 [+] | local K_fe = e(rank) |
t4_mcloop.do: | 110 [+] | local K = e(rank) |
file | # | command |
---|---|---|
t2_display.do: | 67 [+] | di "Rej. rate `mthd'," _column(25) %6.4f `rej_rate_`mthd'' |
t4_display.do: | 53 [+] | di "Rej. rate `mthd'," _column(35) %6.3f `rej_rate_`mthd'' |
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." |
: | 366 [+] | di " Raw, non-psd covariance estimate will be available " |
file | # | command |
---|---|---|
cgmreg.ado: | 287 [+] | tempname raw_running_sum |
file | # | command |
---|---|---|
cgmreg.ado: | 354 [+] | ereturn matrix rawcovmat = `raw_running_sum' |
: | 367 [+] | di " in e(rawcovmat)." |
file | # | command |
---|---|---|
set_directory_macros.do: | 5 [+] | global rawdat = "`my_top_path'data\CPS\July 2013 extract for cluster JHR" |
: | 9 [+] | global rawdat = "../data" |
file | # | command |
---|---|---|
makedata.do: | 10 [+] | use "${rawdat}\cps_00003" , |
file | # | command |
---|---|---|
makedata.do: | 135 [+] | collapse (mean) lnwage lnwage_sy (rawsum) wtsupp [pw=wtsupp] , |
file | # | command |
---|---|---|
CR23_IK_CSS.do: | 8 [+] | prog def CR23_IK_CSS , |
t34_programs.do: | 15 [+] | prog def table3_np_boot , |
: | 31 [+] | prog def table4_np_boot , |
file | # | command |
---|---|---|
table1.do: | 84 [+] | xtreg lnwage policy age age2 yrseduc , |
: | 90 [+] | xtreg lnwage policy age age2 yrseduc , |
: | 106 [+] | xtreg lnwage policy age age2 yrseduc , |
file | # | command |
---|---|---|
cgmreg.ado: | 436 [+] | di in gr "Number of records is "in ye "`N'" |
file | # | command |
---|---|---|
t2_mcloop.do: | 37 [+] | local command = "reg `lhs' `rhs' , cluster(pseudo_cluster) " |
t3_ols.do: | 29 [+] | local command = "reg `reglhs' `regrhs' , vce(ols) noconstant " |
t4_mcloop.do: | 39 [+] | local command = "reg `reglhs' `regrhs' , noconstant cluster(pseudo_cluster) " |
file | # | command |
---|---|---|
cgmreg.ado: | 113 [+] | while ( regexm("`options'","robust")==1 ) { |
file | # | command |
---|---|---|
cgmreg.ado: | 120 [+] | local options = regexr("`options'", "robust", "") |
file | # | command |
---|---|---|
t3_ols.do: | 20 [+] | local reglhs = "`lhs'_deviation" |
t4_mcloop.do: | 34 [+] | local reglhs = "`lhs'_deviation" |
file | # | command |
---|---|---|
cgmreg.ado: | 347 [+] | ereturn local estat_cmd = "regress_estat" |
file | # | command |
---|---|---|
cgmreg.ado: | 341 [+] | ereturn local title = "Linear regression with CGM covariance estimation" |
file | # | command |
---|---|---|
t3_ols.do: | 21 [+] | local regrhs = "`rhs'_deviation" |
t4_mcloop.do: | 35 [+] | local regrhs = "`rhs'_deviation" |
file | # | command |
---|---|---|
t2_display.do: | 67 [+] | di "Rej. rate `mthd'," _column(25) %6.4f `rej_rate_`mthd'' |
t4_display.do: | 53 [+] | di "Rej. rate `mthd'," _column(35) %6.3f `rej_rate_`mthd'' |
file | # | command |
---|---|---|
t2_display.do: | 34 [+] | qui gen rej = . |
: | 38 [+] | qui replace rej = (p_`mthd' < 0.05) |
t4_display.do: | 30 [+] | qui gen rej = . |
: | 32 [+] | qui replace rej = (p_`mthd' < 0.05) |
file | # | command |
---|---|---|
t2_display.do: | 39 [+] | qui summ rej |
t4_display.do: | 33 [+] | qui summ rej |
file | # | command |
---|---|---|
t2_display.do: | 40 [+] | local rej_rate_`mthd' = r(mean) |
t4_display.do: | 34 [+] | local rej_rate_`mthd' = r(mean) |
file | # | command |
---|---|---|
cgmreg.ado: | 115 [+] | di " -> Removing string 'robust' from your options line: it's unnecessary as an option," |
file | # | command |
---|---|---|
makedata.do: | 3 [+] | log using makedata.log , |
t1_boot_breakdown.do: | 3 [+] | log using t1_boot_breakdown.log , |
t2_display.do: | 12 [+] | qui log using table2_out.csv , |
t2_pvalues_check.do: | 4 [+] | log using t2_pvalues_check.log , |
t4_display.do: | 12 [+] | qui log using table4_out.csv , |
table1.do: | 3 [+] | log using table1.log , |
: | 6 [+] | qui log using table1_out.csv , |
table2.do: | 3 [+] | log using table2.log , |
table3.do: | 3 [+] | log using table3.log , |
: | 7 [+] | qui log using table3_out.csv , |
table4.do: | 3 [+] | log using table4.log , |
file | # | command |
---|---|---|
t2_pvalues_check.do: | 13 [+] | quantile p_`type'_res if numstates == `gg' , |
: | 24 [+] | qqplot p_webb_res p_rad_res if numstates == `gg' , |
: | 26 [+] | graph twoway (scatter p_rad_res p_webb_res if numstates == `gg') (line p_webb_res p_webb_res if numstates == `gg') , |
file | # | command |
---|---|---|
cgmreg.ado: | 361 [+] | di " -cgmreg- is replacing any/all negative eigenvalues with 0." |
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 |
---|---|---|
t2_display.do: | 76 [+] | di "Number MC replications," _column(25) %6.0f `mc_reps' |
: | 77 [+] | di "Number BS replications," _column(25) %6.0f `bs_reps' |
t4_display.do: | 57 [+] | di "Number MC replications," _column(35) %6.0f `mc_reps' |
: | 58 [+] | di "Number BS replications," _column(35) %6.0f `bs_reps' |
file | # | command |
---|---|---|
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: | 61 [+] | reg lnwage policy age age2 yrseduc , |
t2_mcloop.do: | 137 [+] | qui bootstrap _b _se , reps(`bsreps') nodots cluster(pseudo_cluster) idcluster(pseudo_cluster_2) saving(`pairs_bs_out' , double) : reg lnwage policy age age2 yrseduc , |
table1.do: | 59 [+] | reg lnwage policy age age2 yrseduc , |
: | 106 [+] | xtreg lnwage policy age age2 yrseduc , |
file | # | command |
---|---|---|
t3_ols.do: | 104 [+] | qui bootstrap b=r(mybeta) se=r(myse) , reps(`bsreps') nodots cluster(statefip) idcluster(pseudo_cluster_2) seed(10101) saving(`pairs_bs_out' , double) : table3_np_boot , |
t4_mcloop.do: | 143 [+] | qui bootstrap b=r(mybeta) se=r(myse) , reps(`bsreps') nodots cluster(pseudo_cluster) idcluster(pseudo_cluster_2) seed(10101) saving(`pairs_bs_out' , double) : table4_np_boot , |
file | # | command |
---|---|---|
t2_display.do: | 79 [+] | di "Avg miss prs BS reps, " _column(25) %6.0f `mean_bsreps_miss' |
file | # | command |
---|---|---|
t2_display.do: | 80 [+] | di "Avg Rad Res p-avg, " _column(25) %6.4f `mean_p_rad_res' |
: | 81 [+] | di "Avg Rad Res p-high, " _column(25) %6.4f `mean_p_rad_res_high' |
: | 82 [+] | di "Avg Rad Res p-low, " _column(25) %6.4f `mean_p_rad_res_low' |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 51 [+] | predict resid_restricted , |
t2_mcloop.do: | 104 [+] | predict resid , |
: | 180 [+] | gen resid_wild_rad_unrestricted = resid * wild_rademacher |
t3_data_setup.do: | 46 [+] | predict `keylhs'_resid_styr , |
: | 48 [+] | predict policy_resid_styr , |
: | 53 [+] | predict `keylhs'_resid_yr , |
: | 55 [+] | predict policy_resid_yr , |
t3_ols.do: | 38 [+] | predict `resid' , |
: | 39 [+] | cap drop resid |
: | 40 [+] | gen resid = `resid' |
table1.do: | 49 [+] | predict tab1_resid , |
table2.do: | 35 [+] | cap drop resid |
table4.do: | 39 [+] | cap drop resid |
file | # | command |
---|---|---|
cgmreg.ado: | 243 [+] | sub_robust `if' `in' `weight' , |
file | # | command |
---|---|---|
cgmreg.ado: | 177 [+] | tempvar resid |
: | 380 [+] | syntax [if] [in] [aweight fweight iweight pweight /] , |
t3_ar1.do: | 8 [+] | tempvar resid |
t3_ols.do: | 14 [+] | tempvar resid |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 51 [+] | predict resid_restricted , |
: | 117 [+] | gen resid_wild_rad_restricted = resid_restricted * wild_rademacher |
: | 118 [+] | gen resid_wild_webb_restricted = resid_restricted * wild_webb |
t2_mcloop.do: | 109 [+] | predict resid_restricted , |
: | 179 [+] | gen resid_wild_rad_restricted = resid_restricted * wild_rademacher |
: | 181 [+] | gen resid_wild_webb_restricted = resid_restricted * wild_webb |
t3_ols.do: | 47 [+] | predict resid_restricted , |
: | 162 [+] | gen resid_wild_rad_restricted = resid_restricted * wild_rademacher |
: | 163 [+] | gen resid_wild_webb_restricted = resid_restricted * wild_webb |
t4_mcloop.do: | 121 [+] | cap drop resid_restricted |
: | 122 [+] | gen resid_restricted = `lhs'_deviation |
: | 123 [+] | gen yhat_restricted = `lhs' - resid_restricted |
: | 199 [+] | gen resid_wild_rad_restricted = resid_restricted * wild_rademacher |
: | 200 [+] | gen resid_wild_webb_restricted = resid_restricted * wild_webb |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 117 [+] | gen resid_wild_rad_restricted = resid_restricted * wild_rademacher |
: | 120 [+] | gen y_wild_rademacher_restricted = yhat_restricted + resid_wild_rad_restricted |
t2_mcloop.do: | 179 [+] | gen resid_wild_rad_restricted = resid_restricted * wild_rademacher |
: | 183 [+] | gen y_wild_rademacher_restricted = yhat_restricted + resid_wild_rad_restricted |
t3_ols.do: | 162 [+] | gen resid_wild_rad_restricted = resid_restricted * wild_rademacher |
: | 165 [+] | gen y_wild_rademacher_restricted = yhat_restricted + resid_wild_rad_restricted |
t4_mcloop.do: | 199 [+] | gen resid_wild_rad_restricted = resid_restricted * wild_rademacher |
: | 202 [+] | gen y_wild_rad_restricted = yhat_restricted + resid_wild_rad_restricted |
file | # | command |
---|---|---|
t2_mcloop.do: | 180 [+] | gen resid_wild_rad_unrestricted = resid * wild_rademacher |
: | 184 [+] | gen y_wild_rademacher_unrestricted = yhat + resid_wild_rad_unrestricted |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 118 [+] | gen resid_wild_webb_restricted = resid_restricted * wild_webb |
: | 121 [+] | gen y_wild_webb_restricted = yhat_restricted + resid_wild_webb_restricted |
t2_mcloop.do: | 181 [+] | gen resid_wild_webb_restricted = resid_restricted * wild_webb |
: | 185 [+] | gen y_wild_webb_restricted = yhat_restricted + resid_wild_webb_restricted |
t3_ols.do: | 163 [+] | gen resid_wild_webb_restricted = resid_restricted * wild_webb |
: | 166 [+] | gen y_wild_webb_restricted = yhat_restricted + resid_wild_webb_restricted |
t4_mcloop.do: | 200 [+] | gen resid_wild_webb_restricted = resid_restricted * wild_webb |
: | 203 [+] | gen y_wild_webb_restricted = yhat_restricted + resid_wild_webb_restricted |
file | # | command |
---|---|---|
cgmreg.ado: | 178 [+] | qui predict double `resid' if `touse'==1 , |
t2_mcloop.do: | 109 [+] | predict resid_restricted , |
t3_ols.do: | 47 [+] | predict resid_restricted , |
file | # | command |
---|---|---|
t2_display.do: | 18 [+] | use `results_data' if numstates == `ss' |
t4_display.do: | 18 [+] | use `results_data' if numstates == `ss' |
file | # | command |
---|---|---|
table2.do: | 82 [+] | display_results , |
table4.do: | 87 [+] | display_results , |
file | # | command |
---|---|---|
t2_display.do: | 8 [+] | syntax , |
t4_display.do: | 8 [+] | syntax , |
file | # | command |
---|---|---|
t2_mcloop.do: | 125 [+] | CR23_IK_CSS , |
t3_ols.do: | 84 [+] | CR23_IK_CSS , |
: | 104 [+] | qui bootstrap b=r(mybeta) se=r(myse) , reps(`bsreps') nodots cluster(statefip) idcluster(pseudo_cluster_2) seed(10101) saving(`pairs_bs_out' , double) : table3_np_boot , |
t4_mcloop.do: | 143 [+] | qui bootstrap b=r(mybeta) se=r(myse) , reps(`bsreps') nodots cluster(pseudo_cluster) idcluster(pseudo_cluster_2) seed(10101) saving(`pairs_bs_out' , double) : table4_np_boot , |
table3.do: | 36 [+] | t3_ols , |
: | 41 [+] | t3_ols , |
: | 46 [+] | t3_ar1 , |
file | # | command |
---|---|---|
CR23_IK_CSS.do: | 9 [+] | syntax , |
t2_mcloop.do: | 36 [+] | local rhs = "`key_rhs' age age2 yrseduc" |
t3_ar1.do: | 5 [+] | syntax , |
t3_ols.do: | 5 [+] | syntax , |
t4_mcloop.do: | 31 [+] | local rhs = "policy" |
t34_programs.do: | 16 [+] | syntax , |
: | 32 [+] | syntax , |
file | # | command |
---|---|---|
t34_programs.do: | 19 [+] | cap drop `lhs'_deviation `rhs'_deviation |
: | 35 [+] | cap drop `lhs'_deviation `rhs'_deviation |
file | # | command |
---|---|---|
t3_ols.do: | 21 [+] | local regrhs = "`rhs'_deviation" |
t4_mcloop.do: | 35 [+] | local regrhs = "`rhs'_deviation" |
file | # | command |
---|---|---|
cgmreg.ado: | 261 [+] | local rnames : rownames `running_sum' |
file | # | command |
---|---|---|
t3_ar1.do: | 94 [+] | di "se rob," _column(20) "-" "," _column(35) "-" |
t3_ols.do: | 258 [+] | di "se rob," _column(20) %8.4f `se_fe_rob' "," _column(35) %6.4f `p_rob_Tnk' |
table1.do: | 117 [+] | di "se rob," %8.4f `se_ols_robust' |
: | 132 [+] | di "se rob," " - " |
file | # | command |
---|---|---|
t2_display.do: | 35 [+] | foreach mthd in rob_Tnk clu_Tnk clu_Tg1 clu_Tg2 CR2_Tg1 CR3_Tg1 CR2_Tik clu_Tcss bsse_Tg1 pairs_bs rad_res rad_res_high rad_res_low webb_res rad_unres { |
: | 66 [+] | foreach mthd in rob_Tnk clu_Tnk clu_Tg1 clu_Tg2 CR2_Tg1 CR3_Tg1 CR2_Tik clu_Tcss bsse_Tg1 pairs_bs rad_res_low rad_res rad_res_high webb_res rad_unres { |
file | # | command |
---|---|---|
cgmreg.ado: | 274 [+] | di " 'Robust Inference with Multi-Way Clustering'." |
: | 364 [+] | di " 'Robust Inference with Multi-Way Clustering'." |
file | # | command |
---|---|---|
cgmreg.ado: | 113 [+] | while ( regexm("`options'","robust")==1 ) { |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 43 [+] | reg lnwage policy age age2 yrseduc , |
t2_mcloop.do: | 93 [+] | reg lnwage policy age age2 yrseduc , |
t3_ar1.do: | 28 [+] | xtreg `lhs' `rhs' , |
t3_ols.do: | 53 [+] | reg `reglhs' `regrhs' , |
table1.do: | 51 [+] | reg lnwage policy age age2 yrseduc , |
: | 102 [+] | xtreg lnwage policy age age2 yrseduc , |
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", "") |
file | # | command |
---|---|---|
cgmreg.ado: | 261 [+] | local rnames : rownames `running_sum' |
: | 290 [+] | mat rownames `running_sum' = `rnames' |
file | # | command |
---|---|---|
cgmreg.ado: | 183 [+] | tempname xxinv rows |
: | 186 [+] | local rows = `rows'[1,1] |
: | 399 [+] | tempname rows |
: | 401 [+] | local rows = `rows'[1,1] |
file | # | command |
---|---|---|
cgmreg.ado: | 185 [+] | mat `rows' = rowsof(e(V)) |
: | 400 [+] | mat `rows' = rowsof(`xxinv') |
file | # | command |
---|---|---|
cgmreg.ado: | 150 [+] | tempname N_clust N df_m F r2 mss rss r2_a ll ll_0 |
: | 159 [+] | scalar `rss' = e(rss) |
: | 325 [+] | ereturn scalar rss = `rss' |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 11 [+] | cap prog drop runme |
: | 12 [+] | prog def runme |
table1.do: | 14 [+] | cap prog drop runme |
: | 15 [+] | prog def runme |
table2.do: | 17 [+] | cap prog drop runme |
: | 18 [+] | prog def runme |
table3.do: | 22 [+] | cap prog drop runme |
: | 23 [+] | prog def runme |
table4.do: | 18 [+] | cap prog drop runme |
: | 19 [+] | prog def runme |
file | # | command |
---|---|---|
cgmreg.ado: | 243 [+] | sub_robust `if' `in' `weight' , |
file | # | command |
---|---|---|
cgmreg.ado: | 190 [+] | tempname running_sum |
: | 380 [+] | syntax [if] [in] [aweight fweight iweight pweight /] , |