Hi, I have a data set with various different variables. I would like to compute the predicted effect on the hourly wages (one of my variables) of a change in education from 12 to 13 years. The way I have done it so far is by summarising the new variable hourwage_hat (created using the predict function) for each, so sum hourwage_hat if edu==12 and sum hourwage_hat if educ==13 and compare the mean manually using a calculator to tell the difference but I am almost certain that this is incorrect. I am convinced that a regression is involved somehow but I don't know how. Any help will be greatly appreciated!!!
-
Login or Register
- Log in with
Comment