Given a linear regression model for a dependent variable that is left-censored at 0 (i.e., a Tobit model), how can I calculate confidence intervals for the coefficients?
Ideally, you would provide code for use with the R package censReg
, but I ought to be able to implement an algorithm myself given a clear description.
(N.B. The similarly titled question "Confidence intervals for Tobit model in package AER in R" is actually about prediction intervals for the dependent variable, not confidence intervals for the coefficients.)