Out of nowhere I can't use the `tobit` command. For example:
Throws the error
r(133) says "You specified a function that is unknown to Stata". That is strange because it looks like all the .ado and such files are there in Stata/ado/base:

Other commands (e.g. `reg price mpg` or `logit foreign mpg`) work fine.
What gives?
Code:
sysuse auto, clear tobit price mpg
Code:
unknown function _caer() r(133);
Other commands (e.g. `reg price mpg` or `logit foreign mpg`) work fine.
What gives?
Comment