Dear all,
I have a panel dataset divided into different locations over a few years. I have theoretical reasons to include time and location fixed effects. Essentially, I am wondering the difference between the following:
xtset location year
xttobit y xvars i.year, ll(0)
AND
tobit y xvars i.year i.location, ll(0)
xttobit estimates a random effects model, but that is not inconsistent with adding year dummies (year fixed effects), correct?
As far as I understand, with the same dataset, xtreg y xvar i.year, fe and reg y xvar i.year i.location should produce same results, and I am wondering if the same goes for xttobit and tobit.
Any comment will be very much appreciated!
I have a panel dataset divided into different locations over a few years. I have theoretical reasons to include time and location fixed effects. Essentially, I am wondering the difference between the following:
xtset location year
xttobit y xvars i.year, ll(0)
AND
tobit y xvars i.year i.location, ll(0)
xttobit estimates a random effects model, but that is not inconsistent with adding year dummies (year fixed effects), correct?
As far as I understand, with the same dataset, xtreg y xvar i.year, fe and reg y xvar i.year i.location should produce same results, and I am wondering if the same goes for xttobit and tobit.
Any comment will be very much appreciated!

Comment