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: Testing multiple coefficients in multinomial logit
From
Tirthankar Chakravarty <[email protected]>
To
[email protected]
Subject
Re: st: Testing multiple coefficients in multinomial logit
Date
Sun, 9 Oct 2011 06:47:49 -0700
Use -testparm-:
*************************************************
webuse sysdsn1, clear
mlogit insure age male nonwhite i.site
testparm age male nonwhite, equation(Prepaid)
*************************************************
T
On Sun, Oct 9, 2011 at 1:45 AM, serena fat <[email protected]> wrote:
> Hi all,
>
>
> I am estimating a multinomial logit model with 3
> alternatives, and I would like to test the joint significance of a sub-set
> of the independent variables but only for one of the two estimated
> equations. I cannot use mlogtest because this will test the coefficients in both equations.
>
> Is there a way to do that?
>
>
> thanks in advance.
>
>
>
> Serena
>
> *
> * 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/
>
--
Tirthankar Chakravarty
[email protected]
[email protected]
*
* 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/