Dear All,
I am trying to replicate some one results. The regression uses a simple OLS cross-country estimates. It is trying to explain income as function of institutions, geography and trade. It runs the following regression:
lnGDP1995_i = a + b RuleLaw_i + cDistanceEquator_i + d lnOpenness_i
where the regressors (and not the dependent variable) are "scaled in the sense that they represent deviations from the mean divided by the standard deviation".
Two questions:
(1) Is there a straight forward way to do this with stata? The option "reg y x ,beta" standardises the dependent variable too.
(2) Less stata related - but I have never seen this type of regression before: how do you interpret the coefficients? is it "one standard deviation change in RuleLaw has a b effect on (ln) Income?"
Thank you very much for any help!
Sterimar
I am trying to replicate some one results. The regression uses a simple OLS cross-country estimates. It is trying to explain income as function of institutions, geography and trade. It runs the following regression:
lnGDP1995_i = a + b RuleLaw_i + cDistanceEquator_i + d lnOpenness_i
where the regressors (and not the dependent variable) are "scaled in the sense that they represent deviations from the mean divided by the standard deviation".
Two questions:
(1) Is there a straight forward way to do this with stata? The option "reg y x ,beta" standardises the dependent variable too.
(2) Less stata related - but I have never seen this type of regression before: how do you interpret the coefficients? is it "one standard deviation change in RuleLaw has a b effect on (ln) Income?"
Thank you very much for any help!
Sterimar
Comment