Hi,

I would like to annualize (x12) the alpha (intercept) of an asset pricing regression before outputting the result using outreg2. I'm getting an output with statistical significance (***) that is tedious to amend in Excel subsequently. How can I fix this?

This is the basic setting:
Code:
webuse grunfeld, clear

reg invest mvalue kstock
outreg2 using "Test", dta dec (3) tstat
Also, in additionn, I'd like to get the intercept of the regression "Constant" to appear in the top row instead of the last. Any way to change that? Thanks!