In a panel data, in order to estimate a seemingly unrelated regression, would it be possible to use sureg ? or I have to use xtsur?
My problem is:
1- I want to estimate a system as a SUR and I know from my data that there are fixed effects not random effects. xtsur fits the system using one way random effect? which I don't want to do.
2- On the other side, is it possible to use sureg when I have a panel data set (firms and years) ? I have seen papers using seemingly unrelated regressions with year and industry fixed effects. When I try to do that, I use the command sureg (y x1 x2 x3 i.yr i.industry) (z x2 x3 x4 i.yr i.industry),corr
is it possible to use sureg this way in a panel data ? The code works properly but I am not sure if I follow a proper approach ?
Thanks
My problem is:
1- I want to estimate a system as a SUR and I know from my data that there are fixed effects not random effects. xtsur fits the system using one way random effect? which I don't want to do.
2- On the other side, is it possible to use sureg when I have a panel data set (firms and years) ? I have seen papers using seemingly unrelated regressions with year and industry fixed effects. When I try to do that, I use the command sureg (y x1 x2 x3 i.yr i.industry) (z x2 x3 x4 i.yr i.industry),corr
is it possible to use sureg this way in a panel data ? The code works properly but I am not sure if I follow a proper approach ?
Thanks
Comment