Tokens starting with b
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 128 [+] | local b_wild_rademacher_restricted = _b[policy] |
: | 137 [+] | local t_wild_rademacher_restricted = (`b_wild_rademacher_restricted ' - 0) / `se_wild_rademacher_restricted' |
t2_mcloop.do: | 193 [+] | local b_wild_rademacher_restricted = _b[`key_rhs'] |
: | 208 [+] | local t_wild_rademacher_restricted = (`b_wild_rademacher_restricted ' - `beta_hypothesis') / `se_wild_rademacher_restricted' |
t3_ols.do: | 173 [+] | local b_wild_rademacher_restricted = _b[`key_rhs'] |
: | 183 [+] | local t_wild_rademacher_restricted = (`b_wild_rademacher_restricted ' - `beta_hypothesis') / `se_wild_rademacher_restricted' |
t4_mcloop.do: | 226 [+] | local b_wild_rademacher_restricted = _b[`key_rhs'] |
: | 236 [+] | local t_wild_rademacher_restricted = (`b_wild_rademacher_restricted ' - `beta_hypothesis') / `se_wild_rademacher_restricted' |
file | # | command |
---|---|---|
t2_mcloop.do: | 198 [+] | local b_wild_rademacher_unrestricted = _b[`key_rhs'] |
: | 210 [+] | local t_wild_rademacher_unrestricted = (`b_wild_rademacher_unrestricted ' - `b') / `se_wild_rademacher_unrestricted' |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 132 [+] | local b_wild_webb_restricted = _b[policy] |
: | 139 [+] | local t_wild_webb_restricted = (`b_wild_webb_restricted ' - 0) / `se_wild_webb_restricted' |
t2_mcloop.do: | 203 [+] | local b_wild_webb_restricted = _b[`key_rhs'] |
: | 212 [+] | local t_wild_webb_restricted = (`b_wild_webb_restricted ' - `beta_hypothesis') / `se_wild_webb_restricted' |
t3_ols.do: | 178 [+] | local b_wild_webb_restricted = _b[`key_rhs'] |
: | 185 [+] | local t_wild_webb_restricted = (`b_wild_webb_restricted ' - `beta_hypothesis') / `se_wild_webb_restricted' |
t4_mcloop.do: | 231 [+] | local b_wild_webb_restricted = _b[`key_rhs'] |
: | 238 [+] | local t_wild_webb_restricted = (`b_wild_webb_restricted ' - `beta_hypothesis') / `se_wild_webb_restricted' |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 94 [+] | qui forvalues bb = 1/`bsreps' { |
t2_mcloop.do: | 157 [+] | qui forvalues bb = 1/`bsreps' { |
t3_ar1.do: | 50 [+] | qui forvalues bb = 1/`bsreps' { |
t3_ols.do: | 139 [+] | qui forvalues bb = 1/`bsreps' { |
t4_mcloop.do: | 175 [+] | qui forvalues bb = 1/`bsreps' { |
file | # | command |
---|---|---|
cgmreg.ado: | 366 [+] | di " Raw, non-psd covariance estimate will be available " |
file | # | command |
---|---|---|
cgmreg.ado: | 271 [+] | di " Because you used the -noeigenfix- option, -cgmreg- must end." |
file | # | command |
---|---|---|
cgmreg.ado: | 369 [+] | di " (If you don't want this behavior, use the 'noeigenfix' option," |
file | # | command |
---|---|---|
t3_ar1.do: | 90 [+] | di "beta, " _column(20) %8.4f `b_ar1' |
t3_ols.do: | 254 [+] | di "beta, " _column(20) %8.4f `b_fe' |
t4_display.do: | 59 [+] | di "Number missed pairs BS - beta," _column(35) %6.0f `bs_missed_b' |
table1.do: | 115 [+] | di "beta, " %8.4f `b_ols' |
: | 130 [+] | di "beta, " %8.4f `b_re' |
file | # | command |
---|---|---|
t3_ar1.do: | 48 [+] | qui postfile bsout beta_bs using `bsout' , |
file | # | command |
---|---|---|
t3_ar1.do: | 71 [+] | summ beta_bs |
file | # | command |
---|---|---|
t2_mcloop.do: | 39 [+] | local beta_hypothesis = 0 |
t3_ar1.do: | 11 [+] | local beta_hypothesis = `beta0' |
t3_ols.do: | 17 [+] | local beta_hypothesis = `beta0' |
t4_mcloop.do: | 37 [+] | local beta_hypothesis = 0 |
table3.do: | 26 [+] | local beta_hypothesis = 0 |
file | # | command |
---|---|---|
t2_mcloop.do: | 125 [+] | CR23_IK_CSS , |
t3_ols.do: | 84 [+] | CR23_IK_CSS , |
file | # | command |
---|---|---|
CR23_IK_CSS.do: | 9 [+] | syntax , |
t2_mcloop.do: | 99 [+] | tempname betavec v_naive |
t3_ols.do: | 60 [+] | tempname betavec |
file | # | command |
---|---|---|
cgmreg.ado: | 194 [+] | tempname Bigmat |
file | # | command |
---|---|---|
cgmreg.ado: | 462 [+] | di in blu "variable `generate' contains number of unique values of `varlist' by `by'" |
file | # | command |
---|---|---|
table1.do: | 119 [+] | di "se boot," %8.4f `se_ols_bootstrap' |
: | 134 [+] | di "se boot," %8.4f `se_re_bootstrap' |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 65 [+] | use `bootout' |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 60 [+] | tempfile bootout |
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 |
---|---|---|
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: | 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: | 77 [+] | di "Number BS replications," _column(25) %6.0f `bs_reps' |
: | 79 [+] | di "Avg miss prs BS reps, " _column(25) %6.0f `mean_bsreps_miss' |
t2_mcloop.do: | 31 [+] | di "MC Reps = `mcreps', BS Reps = `bsreps', Number of states sampled = `numstates'" |
t3_ar1.do: | 98 [+] | di "se pairs BS," _column(20) %8.4f `se_ar1_clu_bs' "," _column(35) %6.4f `p_bsse_Tg1' |
t3_ols.do: | 262 [+] | di "se pairs BS," _column(20) %8.4f `se_fe_clu_bs' "," _column(35) %6.4f `p_bsse_Tg1' |
t4_display.do: | 58 [+] | di "Number BS replications," _column(35) %6.0f `bs_reps' |
: | 59 [+] | di "Number missed pairs BS - beta," _column(35) %6.0f `bs_missed_b' |
: | 60 [+] | di "Number missed pairs BS - tstats," _column(35) %6.0f `bs_missed_t' |
t4_mcloop.do: | 17 [+] | di "Table 4 loop. MC Reps = `mcreps', BS Reps = `bsreps', Number of states sampled = `numstates'" |
file | # | command |
---|---|---|
t4_display.do: | 42 [+] | local bs_missed_b = r(mean) |
file | # | command |
---|---|---|
t4_display.do: | 45 [+] | local bs_missed_t = r(mean) |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 92 [+] | postfile bs_output t_rad_res t_webb_res using `bsout' |
t2_mcloop.do: | 155 [+] | postfile bs_output t_rad_res t_rad_unres t_webb_res using `bsout' |
t3_ols.do: | 136 [+] | qui postfile bs_output t_rad_res t_webb_res using `bsout' |
t4_mcloop.do: | 165 [+] | postfile bs_output t_rad_res t_webb_res using `bsout' |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 89 [+] | cap postclose bs_output |
: | 142 [+] | post bs_output (`t_wild_rademacher_restricted') (`t_wild_webb_restricted') |
: | 146 [+] | postclose bs_output |
t2_mcloop.do: | 153 [+] | cap postclose bs_output |
: | 215 [+] | post bs_output (`t_wild_rademacher_restricted') (`t_wild_rademacher_unrestricted') (`t_wild_webb_restricted') |
: | 219 [+] | postclose bs_output |
t3_ols.do: | 134 [+] | cap postclose bs_output |
: | 188 [+] | post bs_output (`t_wild_rademacher_restricted') (`t_wild_webb_restricted') |
: | 192 [+] | qui postclose bs_output |
t4_mcloop.do: | 163 [+] | cap postclose bs_output |
: | 241 [+] | post bs_output (`t_wild_rademacher_restricted') (`t_wild_webb_restricted') |
: | 248 [+] | postclose bs_output |
file | # | command |
---|---|---|
t2_display.do: | 55 [+] | local bs_reps = r(mean) |
t4_display.do: | 39 [+] | local bs_reps = r(mean) |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 148 [+] | use `bsout' , |
: | 163 [+] | qui use `bsout' |
t2_mcloop.do: | 228 [+] | use `bsout' |
: | 241 [+] | append using `bsout' |
t3_ar1.do: | 70 [+] | use `bsout' , |
t3_ols.do: | 203 [+] | qui use `bsout' |
: | 216 [+] | append using `bsout' |
t4_mcloop.do: | 259 [+] | use `bsout' |
: | 271 [+] | append using `bsout' |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 92 [+] | postfile bs_output t_rad_res t_webb_res using `bsout' |
: | 155 [+] | qui save `bsout' , |
t2_mcloop.do: | 155 [+] | postfile bs_output t_rad_res t_rad_unres t_webb_res using `bsout' |
: | 231 [+] | save `bsout' , |
t3_ar1.do: | 48 [+] | qui postfile bsout beta_bs using `bsout' , |
t3_ols.do: | 136 [+] | qui postfile bs_output t_rad_res t_webb_res using `bsout' |
: | 206 [+] | qui save `bsout' , |
t4_mcloop.do: | 165 [+] | postfile bs_output t_rad_res t_webb_res using `bsout' |
: | 262 [+] | save `bsout' , |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 90 [+] | tempfile bsout |
t2_mcloop.do: | 22 [+] | tempfile to_be_sampled main_data bsout pairs_bs_out |
t3_ar1.do: | 37 [+] | tempfile tomerge tobsample bsout |
: | 47 [+] | cap postclose bsout |
: | 66 [+] | post bsout (`b_bs') |
: | 69 [+] | postclose bsout |
t3_ols.do: | 133 [+] | tempfile bsout |
t4_mcloop.do: | 21 [+] | tempfile dummies to_be_sampled tobsample main_data bsout pairs_bs_out |
file | # | command |
---|---|---|
table2.do: | 54 [+] | do_the_monte_carlo , |
table3.do: | 36 [+] | t3_ols , |
: | 41 [+] | t3_ols , |
: | 46 [+] | t3_ar1 , |
table4.do: | 61 [+] | do_the_monte_carlo , |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 14 [+] | local bsreps = 999 |
t2_mcloop.do: | 18 [+] | syntax , |
t3_ar1.do: | 5 [+] | syntax , |
t3_ols.do: | 5 [+] | syntax , |
t4_mcloop.do: | 15 [+] | syntax , |
table3.do: | 25 [+] | local bsreps = 999 |
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 { |
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 { |
file | # | command |
---|---|---|
cgmreg.ado: | 116 [+] | di " but it can cause problems if we leave it in." |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 69 [+] | kdensity _b_policy , |
file | # | command |
---|---|---|
cgmreg.ado: | 420 [+] | local options "BY(string) GENerate(string) Detail" |
file | # | command |
---|---|---|
cgmreg.ado: | 445 [+] | by `by': summ `count' if `touse' , |
file | # | command |
---|---|---|
cgmreg.ado: | 462 [+] | di in blu "variable `generate' contains number of unique values of `varlist' by `by'" |
file | # | command |
---|---|---|
cgmreg.ado: | 99 [+] | program define cgmreg , |