Dear Statalist,
I would like to estimate the following equation:
I am concerned about two endogeneity problems:
I would like to estimate the following equation:
Code:
Y = A + B*X1 + C*X2 + E
- X1 may be reversely caused by Y. On its own, I would solve this problem by instrumenting X1 with instrument Z1, which is exogenous to Y:
Code:
--ivreg2 Y X2 (X1 = Z1)--
Comment