Hello everybody,
I think I have a simple question but haven't found a solution yet.
I estimate
xtreg log_y=log_x +log_z, fe
In this case I can interpret the coefficients as percent change, i.e. if the coefficient of log_x is 0.5, then a 1% increase in x will increase y by 1%.
Now I estimate a model including a squared term of log_x then I don't know.
xtreg log_y=log_x + log_x_sq+log_z, fe
I intend to plot both figures on the relationship between x and y but: what is the range of log_y and log_x which I should show in the figure? I would think that the range should be between 0 and 1 but the true range of the values of log_x and log_y is of course different.
Does somebody has an idea how to plot the estimated relations from a log-log regression?
I think I have a simple question but haven't found a solution yet.
I estimate
xtreg log_y=log_x +log_z, fe
In this case I can interpret the coefficients as percent change, i.e. if the coefficient of log_x is 0.5, then a 1% increase in x will increase y by 1%.
Now I estimate a model including a squared term of log_x then I don't know.
xtreg log_y=log_x + log_x_sq+log_z, fe
I intend to plot both figures on the relationship between x and y but: what is the range of log_y and log_x which I should show in the figure? I would think that the range should be between 0 and 1 but the true range of the values of log_x and log_y is of course different.
Does somebody has an idea how to plot the estimated relations from a log-log regression?
Comment