Hi,
I want to study the impact of X1 on Y (X2...Xn) are the control variables. However,Z1 is omitted in the first stage and X1 has a coefficient of zero in the second stage. What went wrong? what should I target to change in the model to study the effect of L.X1 on Y (Note that X1 and Z1 are dummy variables)
Thanks
Code:
xtivreg Y (L.X1=L.Z1) L.X2 L.X3 ,,,,L.Xn i.qdate, fe vce(cluster id)
Thanks
Comment