Hi there, I'm trying to figure out how to correctly treat what I assume to be strictly exogenous variables using the Xtabond2 command:
My simplified code is as follows:
Should I add the eq(level) suboption in the iv-specification, if I believe x2 is strictly exogenous, and x1 endogenous?
My simplified code is as follows:
Code:
xtabond2 y L.y L.x1 x2 yr*, gmm(L.y L.x1, laglimits(1 5) collapse) iv(x2 yr*) twostep robust small
Comment