Tokens starting with w
file | # | command |
---|---|---|
cgmreg.ado: | 369 [+] | di " (If you don't want this behavior, use the 'noeigenfix' option," |
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 |
---|---|---|
cgmreg.ado: | 274 [+] | di " 'Robust Inference with Multi-Way Clustering'." |
: | 364 [+] | di " 'Robust Inference with Multi-Way Clustering'." |
file | # | command |
---|---|---|
cgmreg.ado: | 116 [+] | di " but it can cause problems if we leave it in." |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 154 [+] | gen Webb = sum(one) / _N |
: | 164 [+] | keep Webb t_webb_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 |
---|---|---|
t3_ar1.do: | 103 [+] | di "percentile T Webb6, ," _column(35) "-" |
t3_ols.do: | 267 [+] | di "percentile T Webb6, ," _column(35) %6.4f `p_webb_res' |
file | # | command |
---|---|---|
t2_pvalues_check.do: | 11 [+] | foreach type in webb 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 |
---|---|---|
cgmreg.ado: | 303 [+] | if "`weight'"~="" di _column(50) "Weights are = `weight'" |
file | # | command |
---|---|---|
cgmreg.ado: | 370 [+] | di " in which case -cgmreg- will throw an error)" |
file | # | command |
---|---|---|
t3_ar1.do: | 97 [+] | di "se CR2 wIK," _column(20) "-" "," _column(35) "-" |
t3_ols.do: | 261 [+] | di "se CR2 wIK," _column(20) %8.4f `se_fe_CR2' "," _column(35) %6.4f `p_CR2_Tik' |
file | # | command |
---|---|---|
t1_boot_breakdown.do: | 103 [+] | gen wild_rademacher = -1 + 2 * (my_uniform >= 0.5) |
: | 111 [+] | keep statefip wild_rademacher wild_webb |
: | 117 [+] | gen resid_wild_rad_restricted = resid_restricted * wild_rademacher |
t2_mcloop.do: | 166 [+] | gen wild_rademacher = -1 + 2 * (my_uniform >= 0.5) |
: | 174 [+] | keep pseudo_cluster wild_rademacher wild_webb |
: | 179 [+] | gen resid_wild_rad_restricted = resid_restricted * wild_rademacher |
: | 180 [+] | gen resid_wild_rad_unrestricted = resid * wild_rademacher |
t3_ols.do: | 148 [+] | gen wild_rademacher = -1 + 2 * (my_uniform >= 0.5) |
: | 156 [+] | keep statefip wild_rademacher wild_webb |
: | 162 [+] | gen resid_wild_rad_restricted = resid_restricted * wild_rademacher |
t4_mcloop.do: | 186 [+] | gen wild_rademacher = -1 + 2 * (my_uniform >= 0.5) |
: | 194 [+] | keep pseudo_cluster wild_rademacher wild_webb |
: | 199 [+] | gen resid_wild_rad_restricted = resid_restricted * wild_rademacher |
file | # | command |
---|---|---|
cgmreg.ado: | 117 [+] | di " If some variable in your options list contains the string 'robust', you will" |
: | 366 [+] | di " Raw, non-psd covariance estimate will be available " |
: | 370 [+] | di " in which case -cgmreg- will throw an error)" |
file | # | command |
---|---|---|
cgmreg.ado: | 274 [+] | di " 'Robust Inference with Multi-Way Clustering'." |
: | 341 [+] | ereturn local title = "Linear regression with CGM covariance estimation" |
: | 361 [+] | di " -cgmreg- is replacing any/all negative eigenvalues with 0." |
: | 364 [+] | di " 'Robust Inference with Multi-Way Clustering'." |
file | # | command |
---|---|---|
makedata.do: | 75 [+] | keep if WKSWORK2 >= 4 |
: | 80 [+] | gen numweeks = 43.5 if WKSWORK2 == 4 |
: | 81 [+] | replace numweeks = 48.5 if WKSWORK2 == 5 |
: | 82 [+] | replace numweeks = 50 if WKSWORK2 == 6 |