I'm trying to find out if certain independent variables have a economically significant effect on my dependent variable. After my regression with -xtreg, fe- I used
default predict() is unsuitable for marginal-effect calculation
r(119);
How should I calculate the economic effect according to you?
gives the standard deviation of age. To calculate the economic effect I believe that I must use the marginal effects and the standard deviation.
I also tried to find the solution but I didn't find it.
Code:
mfx, varlist(age)
r(119);
How should I calculate the economic effect according to you?
Code:
univar age
I also tried to find the solution but I didn't find it.
Comment