After successfully conducting a tobit regression with STATA I am trying to use the command:
with X an independent variable in the tobit regression whose values are included from 0 to 10.
STATA then returns the following error:
Can you please help me to overcome this problem?
Thank you very much
Code:
margins, predict (ystar(0,1)) at(X=(0(1)10))
STATA then returns the following error:
Code:
missing predicted values encountered within the estimation sample r(322);
Thank you very much
Comment