Hello all,
Thanks for taking my question. This is my first time posting so I apologize if my formatting is less than amazing.
I am having a technical issue with the `predict` command and Tobit.
Suppose I run the following regression with censored at 0 variable y and explanatory variable x:
y_error should be the standard error of the linear prediction (aka latent variable) based on the Tobit post-estimation document. Is it possible to get the standard error for the censored prediction? This would be line 2 in my example code
Thanks!
Thanks for taking my question. This is my first time posting so I apologize if my formatting is less than amazing.
I am having a technical issue with the `predict` command and Tobit.
Suppose I run the following regression with censored at 0 variable y and explanatory variable x:
tobit y x, ll(0) vce(robust)
predict y_hat, ystar(0,.)
predict y_error, stdp
predict y_hat, ystar(0,.)
predict y_error, stdp
Thanks!

Comment