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: predict after mlogit estimation
From
Chiara Mussida <[email protected]>
To
[email protected]
Subject
Re: st: predict after mlogit estimation
Date
Fri, 16 Mar 2012 10:09:08 +0100
Thank you Richard,
this seems to be the solution. Anyway, is it possible to check whether
the results obtained for p1 p2 p3 are the ones I need (male
coefficients*female individual characteristics)?
Male coefs are in the stata output, whilst female characteristics in
my dataset. Should I compute the product between the coefs in the
output and the average individual characteristics of female?
Thanks to you all
chiara
On 14/03/2012, Richard Williams <[email protected]> wrote:
> At 11:56 AM 3/14/2012, Chiara Mussida wrote:
>>Dear All,
>>I run a simple mlogit model for my subsample of male. I have now to
>>use the coefficients (betas) of these mlogit to predict the
>>probabilities for females. More precisely, females predicted
>>probabilities must be computed by employing male coefficient from the
>>mlogit and their individual characteristics (in my data).
>>Does the predict command after mlogit estimationa allow this procedure
>>(male coef* female individual coefs)?
>
> Perhaps you want something like
>
> mlogit y x1 x2 x3 if male==1
> predict p1 p2 p3 if male==0
>
>
> -------------------------------------------
> Richard Williams, Notre Dame Dept of Sociology
> OFFICE: (574)631-6668, (574)631-6463
> HOME: (574)289-5227
> EMAIL: [email protected]
> WWW: http://www.nd.edu/~rwilliam
>
> *
> * 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/
>
--
Chiara Mussida
PhD candidate
Doctoral school of Economic Policy
Catholic University, Piacenza (Italy)
*
* 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/