Tokens starting with n
file | # | command |
---|---|---|
cgmreg.ado: | 152 [+] | scalar `N' = e(N) |
: | 179 [+] | local n = e(N) |
t2_display.do: | 54 [+] | local mc_reps = r(N) |
t2_mcloop.do: | 97 [+] | local numobs = e(N) |
: | 257 [+] | local maxrank = r(N) |
t3_ar1.do: | 20 [+] | local N_ar1 = e(N) |
t3_ols.do: | 36 [+] | local N_fe = e(N) |
: | 225 [+] | local maxrank = r(N) |
t4_display.do: | 38 [+] | local mc_reps = r(N) |
t4_mcloop.do: | 111 [+] | local numobs = e(N) |
: | 284 [+] | local maxrank = r(N) |
table1.do: | 48 [+] | local N_ols = e(N) |
: | 87 [+] | local N_re = e(N) |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 69 [+] | kdensity _b_policy , |
file | # | command |
---|---|---|
cgmreg.ado: | 333 [+] | ereturn scalar N_clus_`clusvar' = `Gclusvar`c'' |
file | # | command |
---|---|---|
cgmreg.ado: | 332 [+] | ereturn scalar N_clus`c' = `Gclusvar`c'' |
file | # | command |
---|---|---|
cgmreg.ado: | 150 [+] | tempname N_clust N df_m F r2 mss rss r2_a ll ll_0 |
t3_ols.do: | 59 [+] | local G_fe = e(N_clust) |
table1.do: | 57 [+] | local G_ols = e(N_clust) |
file | # | command |
---|---|---|
t2_mcloop.do: | 140 [+] | local bs_misreps = e(N_misreps) |
t3_ols.do: | 107 [+] | local bs_misreps = e(N_misreps) |
t4_mcloop.do: | 146 [+] | local bs_misreps_b = e(N_misreps) |
file | # | command |
---|---|---|
t2_display.do: | 12 [+] | qui log using table2_out.csv , |
t4_display.do: | 12 [+] | qui log using table4_out.csv , |
table1.do: | 6 [+] | qui log using table1_out.csv , |
table3.do: | 7 [+] | qui log using table3_out.csv , |
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 |
---|---|---|
CR23_IK_CSS.do: | 9 [+] | syntax , |
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 |
---|---|---|
cgmreg.ado: | 361 [+] | di " -cgmreg- is replacing any/all negative eigenvalues with 0." |
file | # | command |
---|---|---|
cgmreg.ado: | 454 [+] | confirm new var `generate' |
file | # | command |
---|---|---|
cgmreg.ado: | 263 [+] | local eigenfix "no" |
file | # | command |
---|---|---|
t3_ar1.do: | 17 [+] | xtreg `lhs' `rhs' , |
: | 28 [+] | xtreg `lhs' `rhs' , |
: | 64 [+] | xtreg `lhs' `rhs' , |
t3_ols.do: | 33 [+] | reg `reglhs' `regrhs' , |
: | 53 [+] | reg `reglhs' `regrhs' , |
: | 57 [+] | reg `reglhs' `regrhs' , |
: | 71 [+] | cgmreg `reglhs' `regrhs' , |
: | 72 [+] | cgmreg `reglhs' `regrhs' , |
t4_mcloop.do: | 107 [+] | reg `reglhs' `regrhs' , |
: | 128 [+] | reg `reglhs' `regrhs' , |
file | # | command |
---|---|---|
t3_ols.do: | 84 [+] | CR23_IK_CSS , |
file | # | command |
---|---|---|
CR23_IK_CSS.do: | 9 [+] | syntax , |
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: | 463 [+] | list `by' `generate' if `generate'!=. , |
file | # | command |
---|---|---|
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: | 101 [+] | syntax anything [if] [in] [aweight fweight iweight pweight /] , |
file | # | command |
---|---|---|
cgmreg.ado: | 267 [+] | if "`noeigenfix'"=="noeigenfix" { |
file | # | command |
---|---|---|
cgmreg.ado: | 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 |
---|---|---|
t1_boot_breakdown.do: | 114 [+] | merge 1:m statefip using `maindata' , |
t2_mcloop.do: | 81 [+] | merge 1:m statefip using "`sourcedata'" , |
: | 88 [+] | merge m:1 statefip subid using `to_be_sampled' , |
: | 176 [+] | merge 1:m pseudo_cluster using `main_data' , |
: | 229 [+] | merge 1:1 _n using `pairs_bs_out' , |
t3_ols.do: | 158 [+] | merge 1:m statefip using `main_data' , |
t4_mcloop.do: | 81 [+] | merge 1:m statefip using "`sourcedata'" , |
: | 87 [+] | merge m:1 statefip subid using `to_be_sampled' , |
: | 196 [+] | merge 1:m pseudo_cluster using `main_data' , |
: | 260 [+] | merge 1:1 _n using `pairs_bs_out' , |
file | # | command |
---|---|---|
t3_ols.do: | 204 [+] | qui merge 1: 1 _n using `pairs_bs_out' , |
file | # | command |
---|---|---|
t2_mcloop.do: | 52 [+] | noi di "." _continue |
: | 54 [+] | noi di " `mc' " _continue |
t4_mcloop.do: | 51 [+] | noi di "." _continue |
: | 53 [+] | noi di " `mc' " _continue |
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: | 463 [+] | list `by' `generate' if `generate'!=. , |
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 |
---|---|---|
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: | 135 [+] | di "Note: +/- means the corresponding matrix is added/subtracted" |
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 |
---|---|---|
table2.do: | 42 [+] | foreach ns in `num_states_list' { |
: | 69 [+] | foreach ns in `num_states_list' { |
table4.do: | 51 [+] | foreach ns in `num_states_list' { |
: | 73 [+] | foreach ns in `num_states_list' { |
file | # | command |
---|---|---|
cgmreg.ado: | 298 [+] | di _column(50) "Num clusvars = `numcvars'" |
: | 299 [+] | di _column(50) "Num combinations = `S'" |
t2_display.do: | 64 [+] | di "Num Clusters," _column(25) %6s "`ss'" |
t3_ar1.do: | 108 [+] | di "Num obs," _column(20) %8.0f `N_ar1' |
: | 109 [+] | di "Num clusters," _column(20) %8.0f `G_ar1' |
t3_ols.do: | 271 [+] | di "Num obs," _column(20) %8.0f `N_fe' |
: | 272 [+] | di "Num clusters," _column(20) %8.0f `G_fe' |
t4_display.do: | 50 [+] | di "Num Clusters," _column(25) %6s "`ss'" |
table1.do: | 121 [+] | di "Num obs," %8.0f `N_ols' |
: | 122 [+] | di "Num clusters," %8.0f `G_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 |
---|---|---|
table2.do: | 26 [+] | local num_bs_reps = 399 |
table4.do: | 31 [+] | local num_bs_reps = 399 |
file | # | command |
---|---|---|
table2.do: | 22 [+] | local num_mc_reps = 100 |
: | 45 [+] | local num_mc_reps = `mc_reps_bigG' |
: | 47 [+] | local num_mc_reps = `mc_reps_smallG' |
table4.do: | 25 [+] | local num_mc_reps = 4 |
: | 53 [+] | local num_mc_reps = `mc_reps_bigG' |
: | 55 [+] | local num_mc_reps = `mc_reps_smallG' |
file | # | command |
---|---|---|
t4_mcloop.do: | 274 [+] | gen num_miss = t_pairs_bs == . |
file | # | command |
---|---|---|
t4_mcloop.do: | 275 [+] | qui summ num_miss |
file | # | command |
---|---|---|
table2.do: | 28 [+] | local num_states_list = "6 10 20 30 50" |
table4.do: | 33 [+] | local num_states_list = "6 10 20 30 50" |
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'" |
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' |
t2_mcloop.do: | 31 [+] | di "MC Reps = `mcreps', BS Reps = `bsreps', Number of states sampled = `numstates'" |
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' |
: | 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 |
---|---|---|
cgmreg.ado: | 462 [+] | di in blu "variable `generate' contains number of unique values of `varlist' by `by'" |
file | # | command |
---|---|---|
cgmreg.ado: | 262 [+] | local numcols = colsof(`running_sum') |
file | # | command |
---|---|---|
table2.do: | 54 [+] | do_the_monte_carlo , |
table4.do: | 61 [+] | do_the_monte_carlo , |
file | # | command |
---|---|---|
t2_mcloop.do: | 18 [+] | syntax , |
t4_mcloop.do: | 15 [+] | syntax , |
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 |
---|---|---|
cgmreg.ado: | 207 [+] | local numsubs = 2^`numcvars' - 1 |