Hi. I want to use statsby to collect the lower and upper limits of the 95% confidence interval of a regression coefficient generated with regress. I'm using the following command to collect the coefficient and the standard error, but can't find a way to collect the confidence interval limits too. How can I collect the confidence interval limits?

Code:
 statsby _b _se, by(state): reg y x, nocons r