Tokens starting with s
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 |
---|---|---|
table2.do: | 54 [+] | do_the_monte_carlo , |
table4.do: | 61 [+] | do_the_monte_carlo , |
file | # | command |
---|---|---|
t2_mcloop.do: | 296 [+] | qui save `savedata' , |
t4_mcloop.do: | 308 [+] | qui save `savedata' , |
file | # | command |
---|---|---|
t2_mcloop.do: | 18 [+] | syntax , |
t4_mcloop.do: | 15 [+] | syntax , |
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 , |
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: | 319 [+] | ereturn scalar N = `N' |
: | 320 [+] | ereturn scalar df_m = `df_m' |
: | 322 [+] | ereturn scalar r2 = `r2' |
: | 324 [+] | ereturn scalar mss = `mss' |
: | 325 [+] | ereturn scalar rss = `rss' |
: | 326 [+] | ereturn scalar r2_a = `r2_a' |
: | 332 [+] | ereturn scalar N_clus`c' = `Gclusvar`c'' |
: | 333 [+] | ereturn scalar N_clus_`clusvar' = `Gclusvar`c'' |
CR23_IK_CSS.do: | 20 [+] | return scalar `r' = `r' |
t34_programs.do: | 25 [+] | return scalar mybeta = `matabeta' |
: | 26 [+] | return scalar myse = `matase' |
: | 41 [+] | return scalar mybeta = `matabeta' |
: | 42 [+] | return scalar myse = `matase' |
file | # | command |
---|---|---|
t2_pvalues_check.do: | 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 |
---|---|---|
t2_pvalues_check.do: | 35 [+] | graph export scatter_plot.png , |
file | # | command |
---|---|---|
t3_ar1.do: | 72 [+] | local se_ar1_clu_bs = r(sd) |
t3_ols.do: | 111 [+] | local se_fe_clu_bs = r(sd) |
t4_mcloop.do: | 150 [+] | local se_clu_bs = r(sd) |
file | # | command |
---|---|---|
t3_ols.do: | 113 [+] | keep b se |
: | 114 [+] | gen t_pairs_bs = ((b - `b_fe') / se) |
t4_mcloop.do: | 152 [+] | keep b se |
: | 153 [+] | gen t_pairs_bs = ((b - `b') / se) |
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 |
---|---|---|
t3_ar1.do: | 93 [+] | di "se default," _column(20) %8.4f `se_ar1_def' "," _column(35) %6.4f `p_def_Tnk' |
: | 94 [+] | di "se rob," _column(20) "-" "," _column(35) "-" |
: | 95 [+] | di "se clu," _column(20) %8.4f `se_ar1_clu' "," _column(35) %6.4f `p_clu_Tg1' |
: | 96 [+] | di "se CR2," _column(20) "-" "," _column(35) "-" |
: | 97 [+] | di "se CR2 wIK," _column(20) "-" "," _column(35) "-" |
: | 98 [+] | di "se pairs BS," _column(20) %8.4f `se_ar1_clu_bs' "," _column(35) %6.4f `p_bsse_Tg1' |
t3_ols.do: | 257 [+] | di "se default," _column(20) %8.4f `se_fe_def' "," _column(35) %6.4f `p_def_Tnk' |
: | 258 [+] | di "se rob," _column(20) %8.4f `se_fe_rob' "," _column(35) %6.4f `p_rob_Tnk' |
: | 259 [+] | di "se clu," _column(20) %8.4f `se_fe_clu' "," _column(35) %6.4f `p_clu_Tg1' |
: | 260 [+] | di "se CR2," _column(20) %8.4f `se_fe_CR2' "," _column(35) %6.4f `p_CR2_Tg1' |
: | 261 [+] | di "se CR2 wIK," _column(20) %8.4f `se_fe_CR2' "," _column(35) %6.4f `p_CR2_Tik' |
: | 262 [+] | di "se pairs BS," _column(20) %8.4f `se_fe_clu_bs' "," _column(35) %6.4f `p_bsse_Tg1' |
table1.do: | 116 [+] | di "se def," %8.4f `se_ols_default' |
: | 117 [+] | di "se rob," %8.4f `se_ols_robust' |
: | 118 [+] | di "se clu," %8.4f `se_ols_cluster' |
: | 119 [+] | di "se boot," %8.4f `se_ols_bootstrap' |
: | 131 [+] | di "se def," %8.4f `se_re_default' |
: | 132 [+] | di "se rob," " - " |
: | 133 [+] | di "se clu," %8.4f `se_re_cluster' |
: | 134 [+] | di "se boot," %8.4f `se_re_bootstrap' |
file | # | command |
---|---|---|
t3_ar1.do: | 29 [+] | local se_ar1_clu = _se[`keyrhs'] |
file | # | command |
---|---|---|
t3_ar1.do: | 19 [+] | local se_ar1_def = _se[`keyrhs'] |
file | # | command |
---|---|---|
table1.do: | 60 [+] | local se_ols_bootstrap = _se[policy] |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 129 [+] | local se_wild_rademacher_restricted = _se[policy] |
t2_mcloop.do: | 194 [+] | local se_wild_rademacher_restricted = _se[`key_rhs'] |
t3_ols.do: | 174 [+] | local se_wild_rademacher_restricted = _se[`key_rhs'] |
t4_mcloop.do: | 227 [+] | local se_wild_rademacher_restricted = _se[`key_rhs'] |
file | # | command |
---|---|---|
t2_mcloop.do: | 199 [+] | local se_wild_rademacher_unrestricted = _se[`key_rhs'] |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 133 [+] | local se_wild_webb_restricted = _se[policy] |
t2_mcloop.do: | 204 [+] | local se_wild_webb_restricted = _se[`key_rhs'] |
t3_ols.do: | 179 [+] | local se_wild_webb_restricted = _se[`key_rhs'] |
t4_mcloop.do: | 232 [+] | local se_wild_webb_restricted = _se[`key_rhs'] |
file | # | command |
---|---|---|
cgmreg.ado: | 273 [+] | di " See Cameron, Gelbach & Miller, " |
: | 363 [+] | di " See Cameron, Gelbach & Miller, " |
file | # | command |
---|---|---|
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 |
---|---|---|
makedata.do: | 115 [+] | set seed 10101 |
: | 120 [+] | set seed 10102 |
t1_boot_breakdown.do: | 6 [+] | set seed 9479826 |
t3_data_setup.do: | 10 [+] | set seed 10103 |
t3_ols.do: | 138 [+] | set seed 10101 |
t4_mcloop.do: | 48 [+] | set seed `myseed' |
table1.do: | 21 [+] | set seed 10101 |
table2.do: | 6 [+] | set seed 10101 |
table3.do: | 12 [+] | set seed 10101 |
table4.do: | 7 [+] | set seed 10104 |
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 |
---|---|---|
makedata.do: | 8 [+] | do set_directory_macros |
t1_boot_breakdown.do: | 9 [+] | do set_directory_macros |
table1.do: | 12 [+] | do set_directory_macros |
table2.do: | 11 [+] | do set_directory_macros |
table3.do: | 15 [+] | run set_directory_macros |
table4.do: | 11 [+] | do set_directory_macros |
file | # | command |
---|---|---|
t2_mcloop.do: | 107 [+] | local shortcommand = subinstr("`command'","`key_rhs'","",.) |
: | 191 [+] | local shortcommand = subinstr("`command'","`lhs'","y_wild_rademacher_restricted",.) |
: | 196 [+] | local shortcommand = subinstr("`command'","`lhs'","y_wild_rademacher_unrestricted",.) |
: | 201 [+] | local shortcommand = subinstr("`command'","`lhs'","y_wild_webb_restricted",.) |
t3_ols.do: | 44 [+] | local shortcommand = subinstr("`command'","`regrhs'","",.) |
: | 171 [+] | local shortcommand = subinstr("`command'","`lhs'_deviation","y_wild_rademacher_restricted",.) |
: | 176 [+] | local shortcommand = subinstr("`command'","`lhs'_deviation","y_wild_webb_restricted",.) |
t4_mcloop.do: | 224 [+] | local shortcommand = subinstr("`command'","`reglhs'","y_wild_rad_restricted_deviation",.) |
: | 229 [+] | local shortcommand = subinstr("`command'","`reglhs'","y_wild_webb_restricted_deviation",.) |
file | # | command |
---|---|---|
cgmreg.ado: | 117 [+] | di " If some variable in your options list contains the string 'robust', you will" |
file | # | command |
---|---|---|
cgmreg.ado: | 426 [+] | local sort : sortedby |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 19 [+] | generate sort_order = uniform() |
: | 24 [+] | drop sort_order _freq |
t3_data_setup.do: | 11 [+] | generate sort_order = uniform() |
: | 15 [+] | drop sort_order _freq |
table1.do: | 22 [+] | generate sort_order = uniform() |
: | 26 [+] | drop sort_order _freq |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 20 [+] | sort sort_order |
t3_data_setup.do: | 12 [+] | sort sort_order |
table1.do: | 23 [+] | sort sort_order |
file | # | command |
---|---|---|
cgmreg.ado: | 426 [+] | local sort : sortedby |
file | # | command |
---|---|---|
cgmreg.ado: | 99 [+] | program define cgmreg , |
file | # | command |
---|---|---|
t2_mcloop.do: | 67 [+] | gen sortvar = uniform() |
t4_mcloop.do: | 67 [+] | gen sortvar = uniform() |
file | # | command |
---|---|---|
t2_mcloop.do: | 68 [+] | sort sortvar |
t4_mcloop.do: | 68 [+] | sort sortvar |
file | # | command |
---|---|---|
t2_mcloop.do: | 42 [+] | qui use statefip using "`sourcedata'" |
: | 81 [+] | merge 1:m statefip using "`sourcedata'" , |
t3_ar1.do: | 7 [+] | use "`sourcedata'" , |
t3_data_setup.do: | 8 [+] | use statefip using "`sourcedata'" , |
: | 22 [+] | use "`sourcedata'" , |
t3_ols.do: | 13 [+] | qui use "`sourcedata'" , |
t4_mcloop.do: | 81 [+] | merge 1:m statefip using "`sourcedata'" , |
file | # | command |
---|---|---|
table2.do: | 54 [+] | do_the_monte_carlo , |
: | 82 [+] | display_results , |
table3.do: | 31 [+] | qui t3_setup , |
: | 36 [+] | t3_ols , |
: | 41 [+] | t3_ols , |
: | 46 [+] | t3_ar1 , |
table4.do: | 61 [+] | do_the_monte_carlo , |
file | # | command |
---|---|---|
t2_display.do: | 8 [+] | syntax , |
t2_mcloop.do: | 18 [+] | syntax , |
t3_ar1.do: | 5 [+] | syntax , |
t3_data_setup.do: | 5 [+] | syntax , |
t3_ols.do: | 5 [+] | syntax , |
t4_mcloop.do: | 15 [+] | syntax , |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 104 [+] | gen wild_webb = (-1) * sqrt(1.5) * (my_uniform > (0) & my_uniform <= (1/6)) + (-1) * sqrt(1) * (my_uniform > (1/6) & my_uniform <= (2/6)) + (-1) * sqrt(0.5) * (my_uniform > (2/6) & my_uniform <= (3/6)) + (+1) * sqrt(0.5) * (my_uniform > (3/6) & my_uniform <= (4/6)) + (+1) * sqrt(1) * (my_uniform > (4/6) & my_uniform <= (5/6)) + (+1) * sqrt(1.5) * (my_uniform > (5/6) & my_uniform <= (6/6)) |
t2_mcloop.do: | 167 [+] | gen wild_webb = (-1) * sqrt(1.5) * (my_uniform > (0) & my_uniform <= (1/6)) + (-1) * sqrt(1) * (my_uniform > (1/6) & my_uniform <= (2/6)) + (-1) * sqrt(0.5) * (my_uniform > (2/6) & my_uniform <= (3/6)) + (+1) * sqrt(0.5) * (my_uniform > (3/6) & my_uniform <= (4/6)) + (+1) * sqrt(1) * (my_uniform > (4/6) & my_uniform <= (5/6)) + (+1) * sqrt(1.5) * (my_uniform > (5/6) & my_uniform <= (6/6)) |
t3_ols.do: | 149 [+] | gen wild_webb = (-1) * sqrt(1.5) * (my_uniform > (0) & my_uniform <= (1/6)) + (-1) * sqrt(1) * (my_uniform > (1/6) & my_uniform <= (2/6)) + (-1) * sqrt(0.5) * (my_uniform > (2/6) & my_uniform <= (3/6)) + (+1) * sqrt(0.5) * (my_uniform > (3/6) & my_uniform <= (4/6)) + (+1) * sqrt(1) * (my_uniform > (4/6) & my_uniform <= (5/6)) + (+1) * sqrt(1.5) * (my_uniform > (5/6) & my_uniform <= (6/6)) |
t4_mcloop.do: | 187 [+] | gen wild_webb = (-1) * sqrt(1.5) * (my_uniform > (0) & my_uniform <= (1/6)) + (-1) * sqrt(1) * (my_uniform > (1/6) & my_uniform <= (2/6)) + (-1) * sqrt(0.5) * (my_uniform > (2/6) & my_uniform <= (3/6)) + (+1) * sqrt(0.5) * (my_uniform > (3/6) & my_uniform <= (4/6)) + (+1) * sqrt(1) * (my_uniform > (4/6) & my_uniform <= (5/6)) + (+1) * sqrt(1.5) * (my_uniform > (5/6) & my_uniform <= (6/6)) |
file | # | command |
---|---|---|
t2_display.do: | 15 [+] | foreach ss in `numstates_list' { |
t4_display.do: | 15 [+] | foreach ss in `numstates_list' { |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 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 |
---|---|---|
table4.do: | 23 [+] | local start = "$S_DATE $S_TIME" |
: | 92 [+] | di "start = `start'" |
file | # | command |
---|---|---|
t3_data_setup.do: | 32 [+] | di "policy turns on starting in year >= `yrmean'" |
file | # | command |
---|---|---|
makedata.do: | 19 [+] | foreach vv in educ age sex year state incwage { |
file | # | command |
---|---|---|
t3_data_setup.do: | 45 [+] | qui reg `keylhs' i.state i.year |
: | 47 [+] | qui reg policy i.state i.year |
file | # | command |
---|---|---|
t3_ar1.do: | 60 [+] | by state year: gen id = _n |
t4_mcloop.do: | 85 [+] | qui by state year: gen subid = _n |
file | # | command |
---|---|---|
t3_ar1.do: | 59 [+] | sort state year |
t4_mcloop.do: | 84 [+] | sort state year |
file | # | command |
---|---|---|
t3_ar1.do: | 61 [+] | egen statefip2 = group(statefip id) |
file | # | command |
---|---|---|
t3_ar1.do: | 63 [+] | xtset statefip2 year |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 33 [+] | merge m:1 statefip using `statelist' |
t2_mcloop.do: | 64 [+] | use `statelist' , |
t3_data_setup.do: | 25 [+] | merge m:1 statefip using `statelist' |
t4_mcloop.do: | 64 [+] | use `statelist' , |
table1.do: | 38 [+] | merge m:1 statefip using `statelist' |
file | # | command |
---|---|---|
table4.do: | 61 [+] | do_the_monte_carlo , |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 27 [+] | qui save `statelist' |
t2_mcloop.do: | 46 [+] | qui save "`statelist'" |
t3_data_setup.do: | 19 [+] | qui save `statelist' |
table1.do: | 30 [+] | qui save `statelist' |
table4.do: | 45 [+] | qui save "`statelist'" |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 26 [+] | tempfile statelist |
t2_mcloop.do: | 41 [+] | tempfile statelist |
t3_data_setup.do: | 18 [+] | tempfile statelist |
t4_mcloop.do: | 15 [+] | syntax , |
table1.do: | 29 [+] | tempfile statelist |
table2.do: | 33 [+] | tempfile statelist |
table4.do: | 37 [+] | tempfile statelist mcout_all |
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: | 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 |
---|---|---|
table4.do: | 90 [+] | local stop = "$S_DATE $S_TIME" |
: | 93 [+] | di "stop = `stop'" |
file | # | command |
---|---|---|
cgmreg.ado: | 101 [+] | syntax anything [if] [in] [aweight fweight iweight pweight /] , |
: | 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" |
: | 380 [+] | syntax [if] [in] [aweight fweight iweight pweight /] , |
: | 420 [+] | local options "BY(string) GENerate(string) Detail" |
CR23_IK_CSS.do: | 9 [+] | syntax , |
t2_display.do: | 8 [+] | syntax , |
t2_mcloop.do: | 18 [+] | syntax , |
t3_ar1.do: | 5 [+] | syntax , |
t3_data_setup.do: | 5 [+] | syntax , |
t3_ols.do: | 5 [+] | syntax , |
t4_display.do: | 8 [+] | syntax , |
t4_mcloop.do: | 15 [+] | syntax , |
t34_programs.do: | 16 [+] | syntax , |
: | 32 [+] | syntax , |
file | # | command |
---|---|---|
cgmreg.ado: | 108 [+] | markout `touse' `cluster' , |
file | # | command |
---|---|---|
makedata.do: | 131 [+] | areg lnwage age age2 sex yrseduc [pw=wtsupp] , |
file | # | command |
---|---|---|
makedata.do: | 130 [+] | egen styr = group(statefip year) |
file | # | command |
---|---|---|
cgmreg.ado: | 378 [+] | prog define sub_robust |
file | # | command |
---|---|---|
t2_mcloop.do: | 88 [+] | merge m:1 statefip subid using `to_be_sampled' , |
t4_mcloop.do: | 87 [+] | merge m:1 statefip subid using `to_be_sampled' , |
file | # | command |
---|---|---|
t2_mcloop.do: | 72 [+] | qui by statefip: gen subid = _n |
: | 73 [+] | egen pseudo_cluster = group(statefip subid) |
: | 74 [+] | keep statefip subid pseudo_cluster policy |
: | 86 [+] | qui by personid: gen subid = _n |
t4_mcloop.do: | 72 [+] | qui by statefip: gen subid = _n |
: | 73 [+] | egen pseudo_cluster = group(statefip subid) |
: | 74 [+] | keep statefip subid pseudo_cluster policy_st |
: | 85 [+] | qui by state year: gen subid = _n |
: | 94 [+] | drop policy_st policy_yr subid _freq |
file | # | command |
---|---|---|
t2_mcloop.do: | 75 [+] | sort statefip subid |
: | 87 [+] | sort statefip subid |
t4_mcloop.do: | 75 [+] | sort statefip subid |
: | 86 [+] | sort statefip subid |
file | # | command |
---|---|---|
cgmreg.ado: | 135 [+] | di "Note: +/- means the corresponding matrix is added/subtracted" |
file | # | command |
---|---|---|
cgmreg.ado: | 460 [+] | qui by `by': replace `uniq' = sum(`uniq') |
t1_boot_breakdown.do: | 152 [+] | gen Rademacher = sum(one) / _N |
: | 154 [+] | gen Webb = sum(one) / _N |
t3_ar1.do: | 53 [+] | collapse (sum) toexpand=one , |
table1.do: | 67 [+] | collapse (sum) clusize = one , |
file | # | command |
---|---|---|
t4_mcloop.do: | 276 [+] | local bs_misreps_t = r(sum) |