With xtivreg, we could combine fixed-effect and random-effect model with instrumental variable model.
For example, the fixed-effect and random effect models are as follows,
xtivreg y (x=z1 z2 z3) controls, fe
xtivreg y (x=z'1 z'2 z'3) controls, re
As we can see, Fixed-effect model and random effect model use different set of instrumental variables. In this case, are the hausman test results still acountable? If not accountable, what test should we do to compare fixed effect and random effect models?
The second question is what should we do if we can't find IVs for fixed effect model? In this case, should we just go for random effect?
Thank you in advance for help! I'd really appreciate it if you could provide references also.
For example, the fixed-effect and random effect models are as follows,
xtivreg y (x=z1 z2 z3) controls, fe
xtivreg y (x=z'1 z'2 z'3) controls, re
As we can see, Fixed-effect model and random effect model use different set of instrumental variables. In this case, are the hausman test results still acountable? If not accountable, what test should we do to compare fixed effect and random effect models?
The second question is what should we do if we can't find IVs for fixed effect model? In this case, should we just go for random effect?
Thank you in advance for help! I'd really appreciate it if you could provide references also.
Comment