Hi,
Can someone please clarify the appropriate method for running a 3 equation simultaneous equation model with fixed effects estimation? In my model, each of the dependent variables depend on the other two i.e. Y1 depends on Y2 and Y3; Y2 depends on Y1 and Y3; and Y3 depends on Y1 and Y2. I will be demeaning over time and using two time periods. I will need robust standard errors.
I believe this is the basic command:
xtivreg2depvar [varlist1] (varlist2=varlist_iv) [weight] [ifexp], fe
1) How do I adjust it so that I can have both Y2 and Y3 in the above equation for Y1?
I know that if you use the reg3 command, you can specify the instruments for each independent variable separately (but you cannot use reg3 for fixed effects), e.g.:
reg3 (Y1 X1 Y2 Y3) (Y2 IV1 IV2) (Y3 IV3 IV4), 2sls
Is there a way I can specific instruments separately with xtivreg2? Or does it not matter whether I do that or not? Also, what if some of the dependent variables share the same instruments, e.g. if IV1 is used for Y2 and Y3?
2) How can I include robust standard errors? Is it just be typing in "r" after "fe"?
Thanks so much!
Can someone please clarify the appropriate method for running a 3 equation simultaneous equation model with fixed effects estimation? In my model, each of the dependent variables depend on the other two i.e. Y1 depends on Y2 and Y3; Y2 depends on Y1 and Y3; and Y3 depends on Y1 and Y2. I will be demeaning over time and using two time periods. I will need robust standard errors.
I believe this is the basic command:
xtivreg2depvar [varlist1] (varlist2=varlist_iv) [weight] [ifexp], fe
1) How do I adjust it so that I can have both Y2 and Y3 in the above equation for Y1?
I know that if you use the reg3 command, you can specify the instruments for each independent variable separately (but you cannot use reg3 for fixed effects), e.g.:
reg3 (Y1 X1 Y2 Y3) (Y2 IV1 IV2) (Y3 IV3 IV4), 2sls
Is there a way I can specific instruments separately with xtivreg2? Or does it not matter whether I do that or not? Also, what if some of the dependent variables share the same instruments, e.g. if IV1 is used for Y2 and Y3?
2) How can I include robust standard errors? Is it just be typing in "r" after "fe"?
Thanks so much!
Comment