Tokens starting with i
file | # | command |
---|---|---|
t3_ar1.do: | 60 [+] | by state year: gen id = _n |
: | 61 [+] | egen statefip2 = group(statefip id) |
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: | 301 [+] | if "`if'"~="" di _column(50) "If condition = `if'" |
file | # | command |
---|---|---|
cgmreg.ado: | 117 [+] | di " If some variable in your options list contains the string 'robust', you will" |
: | 369 [+] | di " (If you don't want this behavior, use the 'noeigenfix' option," |
file | # | command |
---|---|---|
cgmreg.ado: | 407 [+] | if "`if'"=="" local if "if 1" |
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') , |
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 |
---|---|---|
cgmreg.ado: | 101 [+] | syntax anything [if] [in] [aweight fweight iweight pweight /] , |
: | 116 [+] | di " but it can cause problems if we leave it in." |
: | 380 [+] | syntax [if] [in] [aweight fweight iweight pweight /] , |
file | # | command |
---|---|---|
t2_display.do: | 44 [+] | local IK_dof_mean = r(mean) |
file | # | command |
---|---|---|
t2_display.do: | 46 [+] | local IK_dof_p95 = r(p95) |
file | # | command |
---|---|---|
cgmreg.ado: | 302 [+] | if "`in'"~="" di _column(50) "In condition = `in'" |
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: | 101 [+] | syntax anything [if] [in] [aweight fweight iweight pweight /] , |
: | 116 [+] | di " but it can cause problems if we leave it in." |
: | 117 [+] | di " If some variable in your options list contains the string 'robust', you will" |
: | 367 [+] | di " in e(rawcovmat)." |
: | 370 [+] | di " in which case -cgmreg- will throw an error)" |
: | 380 [+] | syntax [if] [in] [aweight fweight iweight pweight /] , |
: | 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'" |
t3_data_setup.do: | 32 [+] | di "policy turns on starting in year >= `yrmean'" |
file | # | command |
---|---|---|
cgmreg.ado: | 213 [+] | local included=0 |
: | 226 [+] | local included= `included' + 1 |
file | # | command |
---|---|---|
makedata.do: | 19 [+] | foreach vv in educ age sex year state incwage { |
file | # | command |
---|---|---|
makedata.do: | 77 [+] | drop if incwage == 0 |
: | 85 [+] | gen incwage1999 = incwage * CPI99 |
file | # | command |
---|---|---|
makedata.do: | 85 [+] | gen incwage1999 = incwage * CPI99 |
: | 86 [+] | gen wage_per_hour = incwage1999 / annual_hours |
file | # | command |
---|---|---|
cgmreg.ado: | 274 [+] | di " 'Robust Inference with Multi-Way Clustering'." |
: | 364 [+] | di " 'Robust Inference with Multi-Way Clustering'." |
file | # | command |
---|---|---|
cgmreg.ado: | 439 [+] | qui by `by' `varlist' `touse': gen int `count' = _N if _n == 1 |
file | # | command |
---|---|---|
CR23_IK_CSS.do: | 9 [+] | syntax , |
t2_mcloop.do: | 18 [+] | syntax , |
t3_ar1.do: | 5 [+] | syntax , |
t3_ols.do: | 5 [+] | syntax , |
t4_mcloop.do: | 15 [+] | syntax , |
file | # | command |
---|---|---|
table1.do: | 77 [+] | di "intraclass correation = `rho'" |
file | # | command |
---|---|---|
cgmreg.ado: | 135 [+] | di "Note: +/- means the corresponding matrix is added/subtracted" |
: | 361 [+] | di " -cgmreg- is replacing any/all negative eigenvalues with 0." |
: | 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'" |
file | # | command |
---|---|---|
cgmreg.ado: | 142 [+] | end commented for version 2.3.1 fix of missing cluster values issue |
file | # | command |
---|---|---|
cgmreg.ado: | 116 [+] | di " but it can cause problems if we leave it in." |
: | 118 [+] | di " have to rename it." |