Dear All,
I am going to estimate the following model:
y=a+b+c*x^2+d*kx+e*r+error
where x is an endogenous variable and k and r are assumed to be exogenous.
I estimate the above equation using ivreg2 and z1 and z2 as instruments.
So I estimate:
ivreg2 y r (x x^2 kx=z1 z1^2 z2 z2^2 z1*k z2*k), first r
Since I include also x^2 I square the two instruments z1 and z2. Moreover, I assume that if z1 and z2 are valid instruments for x then z1*k and z2*k are valid instruments for kx.
I am not sure if my approach is adequate. Do you have any hint?
Thanks,
Dario
I am going to estimate the following model:
y=a+b+c*x^2+d*kx+e*r+error
where x is an endogenous variable and k and r are assumed to be exogenous.
I estimate the above equation using ivreg2 and z1 and z2 as instruments.
So I estimate:
ivreg2 y r (x x^2 kx=z1 z1^2 z2 z2^2 z1*k z2*k), first r
Since I include also x^2 I square the two instruments z1 and z2. Moreover, I assume that if z1 and z2 are valid instruments for x then z1*k and z2*k are valid instruments for kx.
I am not sure if my approach is adequate. Do you have any hint?
Thanks,
Dario
Comment