Dear Stata users,
I would really appreciate some guidance about how to use the "predict" command after "xttobit". I (think that) have succeeded with the following
In those cases I have not obtained any error messages. However, I have not succeded with the following
Also, I have not been able to use the "if e(sample)" option.
Could any user please provide a simple example on the usage of these options?
Thanks in advance.
Regards,
Cruz
I would really appreciate some guidance about how to use the "predict" command after "xttobit". I (think that) have succeeded with the following
Code:
predict y_hat, xb predict STDP, stdp predict STDF, stdf
Code:
predict P, pr0(0,.) predict E, e0(0,.) predict y_hat_2, ystar0(0,.)
Could any user please provide a simple example on the usage of these options?
Thanks in advance.
Regards,
Cruz
Comment