It is sometimes helpful to multiply regression coefficients by a constant (such as 37). What would be the simplest way to do this? For example, after
I'd like to multiply the coefficients of 'e(b)' by 37 and the variance-covariance matrix in `V(b)' by 37^2. And then display the results in a regression table and/or export them using outreg2.
I'm guessing one solution would use ereturn post, but I'm new to that game. And maybe there's another way.
Best,
Paul
Code:
sysuse auto regress mpg weight foreign
I'm guessing one solution would use ereturn post, but I'm new to that game. And maybe there's another way.
Best,
Paul
Comment