After running a regression, I understand we can extract the estimated coefficients in the following manner
Code:
. use http://www.stata-press.com/data/r16/mheart0.dta . regress bmi age smokes female
Code:
ereturn list
Code:
matrix list e(b)
My question is can the same thing be done for the estimated standard errors and confidence intervals? The matrices e(se) or e(ci) do not appear to be there.
Thanks.
0 Response to Extract Std.Err. and 95% Conf. Interval after regression
Post a Comment