Dear members of the STATA forum,
I am currently working on a paneldata 2SLS model with the xtivreg2 command. I have the following set of equations:
x1 = x + x2 + x3 + c.x2##c.x3
x2 = x + x1 + x3 + c.x1##c.x3
x3 = x + x1 + x2 + c.x1##c.x2
According to the theory, all three x1, x2, x3 are endogenous variables. Therefore I created instrumental variables for all: x1 = l1a & I1b, x2= I2a & I2b, x3= I3a & I3b.
My question is directed to the interaction effects. Do I create correct interaction effects if I multiply the instrumental variables? For instance: c.x2##c.x3 = I2a * I2b * I3a * I3b. Do I need to use this term as an instrument in the 2SLS for the original interaction effect?
Thank you for your support!
René
I am currently working on a paneldata 2SLS model with the xtivreg2 command. I have the following set of equations:
x1 = x + x2 + x3 + c.x2##c.x3
x2 = x + x1 + x3 + c.x1##c.x3
x3 = x + x1 + x2 + c.x1##c.x2
According to the theory, all three x1, x2, x3 are endogenous variables. Therefore I created instrumental variables for all: x1 = l1a & I1b, x2= I2a & I2b, x3= I3a & I3b.
My question is directed to the interaction effects. Do I create correct interaction effects if I multiply the instrumental variables? For instance: c.x2##c.x3 = I2a * I2b * I3a * I3b. Do I need to use this term as an instrument in the 2SLS for the original interaction effect?
Thank you for your support!
René

Comment