Hi,
My dependent variable is life satisfaction (lifesat). My main independent variable is immigrant's mobility (where immpar=1 if immigrant and 0 for non-immigrant, mobility=1 if downward mobility, 0 if unchanged, 2 if upward mobility). I would like to check for endogeneity in my main independent variable (i.mobility##i.immpar ) using the IV estimation method. I suspect endogeneity in the mobility variable but not the immpar variable. The following is my regression model.
reg lifesat i.mobility##i.immpar i.mumethnic i.dadethnic i.dmsex i.hhincome1980 ib3.marital lnhhincome i.sc2000 household householdsq i.sc1980
Before running ivregress 2sls with my instruments. I would need to check for instrument relevance. This was done by runing the equation above excluding my dependent variable (lifesat) and including my instruments (childdepress, aspiration, paraspiration). The instrument relevance equation is as below. My main problem is, in this equation, my dependent variable is an interaction term, so my model is not valid. Hence is there any other way to check for instrument relevance in this case?
reg i.mobility##i.immpar i.childdepress##i.immpar i.paraspiration##i.immpar i.change##i.immpar i.mumethnic i.dadethnic i.dmsex i.hhincome1980 ib3.marital lnhhincome i.sc2000 household householdsq i.sc1980
test 1.childdepress# 1.immpar 1.childdepress#0.immpar 1.paraspiration#1.immpar 1.paraspiration#0.immpar 1.change#1.immpar 1.change#0.immpar
Comment