Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: mlogtest after mlogit
From
Muhammad Anees <[email protected]>
To
[email protected]
Subject
Re: st: mlogtest after mlogit
Date
Mon, 24 Oct 2011 15:13:56 +0500
try with -recode 0=1 if UE==1- for all your categories, the problem
seems to be because -replace- might not have created the relevant
categories.
On Mon, Oct 24, 2011 at 2:59 PM, Chiara Mussida <[email protected]> wrote:
> Dear All,
> I run I mlogit with a dependent variables for 9 outcome categories. As
> postestimation checks I tried to carry out a test for the equality of
> coefs across categories: mlogtest, c
>
> before despalying the output of thus check, STATA (version 12) says:
> mlogtest, c
>
> Problem determining number of categories.
>
> what does it mean? my dependent variable, transition, is built as follows:
> ge transition=0
> replace transition=1 if UE==1
> replace transition=2 if UN==1
> replace transition=3 if UU==1
> replace transition=4 if EU==1
> replace transition=5 if EN==1
> replace transition=6 if EE==1
> replace transition=7 if NE==1
> replace transition=8 if NU==1
> replace transition=9 if NN==1
>
> where each outcome is a transition or permanence in each labour market
> state (namely, Unemployment, Employment, Non labour force)
>
> Kind Regards
> CM
> *
> * 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/
>
--
Regards
Anees
*
* 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/