I am using the boottest command for wild cluster standard errors. I am running a foreach loop with multiple dependent variables and exporting with outreg 2 for the coefficients and it'd be great to export the confidence intervals and p-values from the boottest to the same table.
How do I export these? outreg2 seems to ignore the boottest after my regressions. Is there some sort of macro I could run, or something with estout?
Here is the boottest command I am running: boottest post_treated , cluster (istate) bootclust (istate) boottype(wild) nograph seed(991)
Here is what the output looks like:
Wild bootstrap-t, null imposed, 999 replications, Wald test, clustering by istate, bootstrap clustering by istate, Rademacher weights:
post_treated
t(13) = 2.0053
Prob>|t| = 0.1281
95% confidence set for null hypothesis expression: [-.01332, .1545]
First time poster so let me know if there is anything that I need to include that I did not. Thank you!
How do I export these? outreg2 seems to ignore the boottest after my regressions. Is there some sort of macro I could run, or something with estout?
Here is the boottest command I am running: boottest post_treated , cluster (istate) bootclust (istate) boottype(wild) nograph seed(991)
Here is what the output looks like:
Wild bootstrap-t, null imposed, 999 replications, Wald test, clustering by istate, bootstrap clustering by istate, Rademacher weights:
post_treated
t(13) = 2.0053
Prob>|t| = 0.1281
95% confidence set for null hypothesis expression: [-.01332, .1545]
First time poster so let me know if there is anything that I need to include that I did not. Thank you!
Comment