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.
Global macro: How to remove a variable?I created a macro of available variable names in my dataset ($vitamins): Code: global vitamins vit…
How to convert alphanumeric values into numbersHello, I have an alphanumeric string variable that have different characters for each observation. …
Differences-in-Differences with ModeratorsHello all, I could use some input as to how to go about a research design that I am look at doing.…
Graph Combine for Autocorrelation FunctionI am looking to graph autocorrelations using graph combine via the following code: use "`root_folde…
SimulationHello guys, I'm trying to run a bootstrapping simulation just like here: https://www.statalist.org/…
Subscribe to:
Post Comments (Atom)
0 Response to Ask help for xttobit model with fixed effect.
Post a Comment