I estimated a linear regression model on multiply imputed data. I regress income on a range of explanatory factors, amongst which a competence indicator. I assume that the effect of this competence differs between men and women so I included an interaction effect. My basic model syntax is
Code:
mi est, post: reg income i.sex##c.competences controls, vce(robust)
Code:
mi est, post: reg income i.sex c.competences##c.competences controls, vce(robust)
I am now a bit unsure how to deal with this relationship. Thus far I have come across two different approaches
1.) Include this interaction along side my main interaction of interest in the model
Code:
mi est, post: reg income i.sex##c.competences c.competences##c.competences controls, vce(robust)
Code:
nl
Does anybody have a good tipp here? I would be really grateful.
Cheery, Evelyn
0 Response to How to deal with non-linear relationships in linear models
Post a Comment