My panel model is of the following form where x1, x2 are the endogenous regressors and z1 and z2 are the moderators.
The instrument for x1 and x2 are M1 and M2 (based on averages of similar observations except the one under consideration). As per the paper by Haans et al.(2015) https://onlinelibrary.wiley.com/doi/....1002/smj.2399, I am instrumenting both the linear and quadratic terms of x1, x1^2 with M1 and M1^2 and x2, x2^2 with M2, M2^2.
I am confused if I should consider the instruments for interaction terms - M1z1, M1z2, M2z2, M2z1 - also as the instruments for the linear and quadratic terms. Please advise. Thanks.
Code:
y = f(x1, x1^2, x1z1, x1z2, x2, x2^2, x2z1, x2z2)
I am confused if I should consider the instruments for interaction terms - M1z1, M1z2, M2z2, M2z1 - also as the instruments for the linear and quadratic terms. Please advise. Thanks.
Comment