Hello, I am using the ivreghdfe command as follows:
where z2 is my instrument for x2. I get the error "equation not identified; must have at least as many instruments
not in the regression as there are instrumented variables" but have one instrument for x2 so not sure what the problem here is.
Code:
estimates clear set more off eststo : ivreghdfe y (i.x1##c.x2 = i.x1##c.z2), a(year##c.x2) }
not in the regression as there are instrumented variables" but have one instrument for x2 so not sure what the problem here is.
Comment