Dear all,
In 2SLS, if I were to test the interaction effect between a variable and the instrumented variable from the 1st stage, is it right that I use the following command:
my goal is to test the interaction effect ONLY in the 2nd stage as part of my robustness checks, but it seems ivreg2 now uses the interaction term altogether as the instrument, which is not exactly what i wanted. I cannot use the fitted value from the 1st stage in my case because my instrument is at state-level while my 2nd stage is at firm-level. Using the fitted value would be inconsistent for my estimation in the 2nd stage.
Does anyone know how to implement the 2nd stage in this case correctly?
Much appreciated for any help and suggestions!
Pls let me know if anything above is unclear.
In 2SLS, if I were to test the interaction effect between a variable and the instrumented variable from the 1st stage, is it right that I use the following command:
Code:
ivreg2 dep_var controls (interaction_var##instrumented_var=instrument)
Does anyone know how to implement the 2nd stage in this case correctly?
Much appreciated for any help and suggestions!
Pls let me know if anything above is unclear.

Comment