Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | Andreas Schmid <andreas.schmid@uni-bayreuth.de> |
To | statalist@hsphsun2.harvard.edu |
Subject | st: suest error message: number of score variables does not match... |
Date | Fri, 30 Jul 2010 11:22:51 +0200 |
Hi All,I cannot make sense from an error message I obtain when running the following code using the standard textbook example mus15data.dta (choice of fishing mode) in a long format:
asclogit d p q, case(id) alternatives(fishmode) casevars(income) basealternative(beach) nolog
estimates store fullasclogit d p q if fishmode!="private", case(id) alternatives(fishmode) casevars(income) basealternative(beach) nolog
estimates store reduced suest full reduced In return I get: . suest full reduced number of score variables does not match number of equations in model full r(198);Background: I have to run the suest syntax on a different dataset for a model that doesn't fit with the hausman-test assumptions... So I tried to use it on a textbook example first... Neither help files nor google could give me a hint... Any ideas? Thanks for your help!
Andreas * * 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/