如果你使用stata命令中的xttobit做的话,是没法做固定效应的;下面是stata manual里面说的
xttobit fits a random-effects tobit models. There is no command for a conditional fixed-effects model, as there does not exist a sufficient statistic allowing the fixed effects to be conditioned out of the likelihood. Honore has developed a semiparametric estimator for fixed-effect tobit models. Unconditional fixed-effects tobit models may be fit with tobit command with indicator variables for the panels. The appropriate indicator variables can be generated using tabulate or xi. However, unconditional fixed-effects estimates are biased.
或者有内生性的话,使用ivtobit来做