I have squared root the dependent variable to deal with the non-normally distributed residuals. The dependent variable is measured in centimetres, so the values for the dependent variable are greater than 0. All the independent variables are dummy variables. My sample size is 1000. After running the linear regression and estimating the margins, I transformed the margins back to the original values. I have used this command:
generate generate sqrtindep1=sqrt(indep1)
repress dependent i.sqrtindep1 i.indep2 i.indep3 i.indep4
margins sqrtindep1, expression(predict(xb)^2)"
I have read also instead of transforming the dependent variable I can use glm with link power and then estimate margins. However, the estimated margins from glm are different from the liner regression. Any advice why the margins are different and which model is more appropriate?
glm dependent i.indep1 i.indep2 i.indep3 i.indep4 , link(power 0.5)
margins indep1
Related Posts with Linear regression
Endogeneity correction via Gaussian Copulas - generating normal CDF of a non-normal empirical distribution functionDear Stata experts, I am a passionate passive follower in the forum, you guys helped me a lot in th…
Generate New Variable = Average Price Per Type Per YearI am using Stata version 15.1 and I have 47 variables and 1,010 observations in my dataset. I am doi…
Help generating this type of plotHey all, I need some assistance regarding the appropriate data shaping and plot type to generate thi…
formula into regressionHi Is there any way to make a regression in this way regress ln(y) indep vars without generate a …
Monte Carlo SimulationHi all, I want to be able to run a Monte Carlo simulation for an econometrics assignment that I hav…
Subscribe to:
Post Comments (Atom)
0 Response to Linear regression
Post a Comment