Hello Everyone,
First of all, I think I should note that I have read all relevant posts and Prof. Wooldridge comments on this issue, but I am still not sure if I fully understand how to proceed.
Here is my problem:
My dependent variable is a binary outcome: Y
My variable of interests are: X*A and X*B, where X is a binary variable and A and B are continuous variables. Let's also say W is the set of control variables.
My OLS estimation as follows: Y = i.X*A + i.X*B + W + e (excuse the non-econometric writing please). Here, A and B are endogenous variables so I constructed two instruments Z1 (for A) and Z2 (for B).
However, I am not sure about the right IV specification. I tried to estimate:
ivreg2 Y (i.X*A i.X*B = i.X*Z1 i.X*Z2) + W + e
but STATA gives me the following error: "equation not identified; must have at least as many instruments not in the regression as there are instrumented variables". Clearly, this specification suffers from collinearity.
Any suggestions? For example, should I create interaction terms manually and estimate again? If so, what would be the correct specification and should I correct SEs manually?
Many thanks for your help in advance, much appreciated.
First of all, I think I should note that I have read all relevant posts and Prof. Wooldridge comments on this issue, but I am still not sure if I fully understand how to proceed.
Here is my problem:
My dependent variable is a binary outcome: Y
My variable of interests are: X*A and X*B, where X is a binary variable and A and B are continuous variables. Let's also say W is the set of control variables.
My OLS estimation as follows: Y = i.X*A + i.X*B + W + e (excuse the non-econometric writing please). Here, A and B are endogenous variables so I constructed two instruments Z1 (for A) and Z2 (for B).
However, I am not sure about the right IV specification. I tried to estimate:
ivreg2 Y (i.X*A i.X*B = i.X*Z1 i.X*Z2) + W + e
but STATA gives me the following error: "equation not identified; must have at least as many instruments not in the regression as there are instrumented variables". Clearly, this specification suffers from collinearity.
Any suggestions? For example, should I create interaction terms manually and estimate again? If so, what would be the correct specification and should I correct SEs manually?
Many thanks for your help in advance, much appreciated.

Comment