Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to save confidence interval after multiple testing #6

Open
crobro254 opened this issue Mar 12, 2024 · 0 comments
Open

Unable to save confidence interval after multiple testing #6

crobro254 opened this issue Mar 12, 2024 · 0 comments

Comments

@crobro254
Copy link

I'd like to save confidence intervals after testing multiple parameter with boottest, but I found the r(CI) and the r(CIstr) are both empty after multiple testing, I wrote the following test code and uploaded my saved log, may you kindly offer a solution such that I can save those confidence intervals instead of manually retrieving them from log?

log using boot_mul_noci, text
sysuse auto, clear
eststo testreg: reg price mpg gear_ratio
boottest {mpg} {gear_ratio} , nograph
mat ci = r(CI)
mat l ci
estadd local CIstr "`r(CIstr)'"
esttab testreg
log close

boot_mul_noci.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant