You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: