<>
Can we infer that you are a Stata 10 user? In Stata 11, this code runs
without problems:
*************
webuse fullauto, clear
ologit rep77 foreign length mpg
mfx
estimates store full
ologit rep77 foreign length
lrtest full .
*************
Note you should disclose any -version- other than 11 in your intial post.
HTH
Martin
-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von Daniel J.
Quinones
Gesendet: Montag, 14. Dezember 2009 02:12
An: Stata
Betreff: st: Help with ologit
I am running an ordinal logit model (a 3-value ordinal dependent variable)
and am having difficulty with post-estimation techniques. Upon trying to
run lrtest, I receive error r198,
stating: "in the old syntax, the unrestricted model defaulted to a model
saved under the name 0. This model was not found."
And after trying mfx compute: "too few variables specified; (variable) has 3
outcomes and so you must specify 3 new variables, or you can use the
outcome() option and specify variables one at a time."
Can somebody enlighten me of my mistakes? Thank you.
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/