I want to run an OLS regression of this type:
lm(S.Educ ~ i.Educ.A + i.Educ.A^2, tsdata)
But the coefficient of i.Educ.A^2
does not shows up. How can I run this regression?
I want to run an OLS regression of this type:
lm(S.Educ ~ i.Educ.A + i.Educ.A^2, tsdata)
But the coefficient of i.Educ.A^2
does not shows up. How can I run this regression?