Stata cannot execute fixed effect panel tobit model of course, but what if I doubt the result of random effect xttobit? After all, the assumption of random effect is too strong to always hold. Here is my thought to manually execute fixed effect panel tobit:
First, manually demean the dependent variable and all independent variables involved in the regression. The principle is the same as common panel fixed effect model, that is, subtracting the time-averaged x_i from x_it;
Then, run the pooled tobit regression model using tobit command.
However, it turns out that the censored limit will be changed after doing this. For example, initially the lower limit of the panel tobit model is 0 (or left censored at 0), which mean 0 is the minimum value of the dependent variable. After demeaning, however, there may be some values smaller than 0 being produced. Thought there is still a spike at 0, 0 won't be the lower limit any longer.
Under this circumstance, what model should I use to estimate? Or is it impossible to estimate panel tobit model with fixed effect because it doesnt have a sufficient statistic? Then how can we make sure the result of random effect panel tobit is stable and reliable?
Great thank to any help!
Related Posts with Ask help for xttobit model with fixed effect.
Twoway subtitle options using -by-How to adjust text options for subtitles in a simple twoway plot using -by- ? Code: sysuse auto, c…
Is there a way to format variable?Hello friends, I am currently using data that has one variable that shows the value of the date, fo…
Help with clock() functionDear all, I had a time variable in string format. I use clock() function to change it to Stata read…
merging data with different time frequenciesHello, I have looked for guidance from other posts but could not solve this: I have two datasets- 'D…
Stata not showing results/command/log window?Hi Everyone, I'm running into a weird issue with Stata - the main results/command/log window is ~in…
Subscribe to:
Post Comments (Atom)
0 Response to Ask help for xttobit model with fixed effect.
Post a Comment