Hi everyone. I'm working on my thesis and I am using an instrumental variable approach. I have a main explanatory variable (childhood malnutrition) and I am investigating the effect of this across multiple survey rounds in a panel survey with pooled OLS. My main regression is like this:
Yit= a + b1CHILDHOODMALNUTRITIONindicator + b2FEMALE+ b3FEMALE*CHILDHOODMALNUTRITIONindicator
B2 captures the effect of childhood malnutrition on Y if male and b3 captures the additional effect of childhood malnutiriton if female.
I have an instrumental variable, z1, to proxy for changes in childhood malnutrition. As my childhood malnutrition indicator is interacted with an exogenous term, female, in the above regression, I have included two instrumental variables which are: alpha1z1 + alpha2z1*female.
My question is in relation to representing the first-stage regression equation in STATA. As in STATA, when using IV, you enter all of your instrumental variables together in a single 2SLS model. This means that the instrument z1*female will enter the equation of Childhood malnutrition, when it is actually intended as an instrument for childhoodmalnutrition*Female. Based on this insight, I have 2 questions regarding STATA:
Yit= a + b1CHILDHOODMALNUTRITIONindicator + b2FEMALE+ b3FEMALE*CHILDHOODMALNUTRITIONindicator
B2 captures the effect of childhood malnutrition on Y if male and b3 captures the additional effect of childhood malnutiriton if female.
I have an instrumental variable, z1, to proxy for changes in childhood malnutrition. As my childhood malnutrition indicator is interacted with an exogenous term, female, in the above regression, I have included two instrumental variables which are: alpha1z1 + alpha2z1*female.
My question is in relation to representing the first-stage regression equation in STATA. As in STATA, when using IV, you enter all of your instrumental variables together in a single 2SLS model. This means that the instrument z1*female will enter the equation of Childhood malnutrition, when it is actually intended as an instrument for childhoodmalnutrition*Female. Based on this insight, I have 2 questions regarding STATA:
- If I am testing instrumental relevance i.e a F Test of joint significance of the instruments on my main explanatory variable, should I just test for alpha1=0 in one equation (where the main dependent variable is childhood nutrition) and alpha2=0 in a separate equation (where the main endogenous variable is gender*childhoodnutrition? Or should I test both instruments equal to 0 even though the instruments are for different instrumental variables?
- How should I represent the first-stage equation in STATA when I have interaction terms?
Comment