Dear all,
I have a count dependent variable Y, endogenous variables X1 and X2 and control variables C. I am using a control function approach and I have identified two instrumental variables Z1 and Z2, the approach is as follows:
reg X1 Z1 Z2 C (equation 1)
predict resid1, residuals
reg X2 Z1 Z2 C (equation 2)
predict resid2, residuals
poisson Y X1 X2 C resid1 resid2 (equation 3)
However, the coefficient of Z2 in (2) is not significant. Could you please help me understand if it is a problem that one of the instruments is not a significant predictor of one of the endogenous variables?
Thank you very much in advance!
I have a count dependent variable Y, endogenous variables X1 and X2 and control variables C. I am using a control function approach and I have identified two instrumental variables Z1 and Z2, the approach is as follows:
reg X1 Z1 Z2 C (equation 1)
predict resid1, residuals
reg X2 Z1 Z2 C (equation 2)
predict resid2, residuals
poisson Y X1 X2 C resid1 resid2 (equation 3)
However, the coefficient of Z2 in (2) is not significant. Could you please help me understand if it is a problem that one of the instruments is not a significant predictor of one of the endogenous variables?
Thank you very much in advance!
Comment