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]
st: Re: st: test the coefficients in multinominal logit model
From
Tirthankar Chakravarty <[email protected]>
To
[email protected]
Subject
st: Re: st: test the coefficients in multinominal logit model
Date
Thu, 25 Feb 2010 06:13:24 +0530
Use -suest-:
*****************************
clear*
webuse sysdsn1
mlogit insure age nonwhite if male==1
est sto male
mlogit insure age nonwhite if male==0
est sto female
suest male female
su insure
forv i=`r(min)'/`r(max)'{
test [male_`:label (insure) `i'']:age = ///
[female_`:label (insure) `i'']:age, accum
}
*****************************
T
2010/2/25 atsu june <[email protected]>:
> Dear Statalist,
>
>
> I would like to run multinomial logit model for two sub-populations which are distinct and test whether a1 for X1 in group A differs b1 for X1 in group B.
>
> for example, I would like to run the following model.
>
> mlogit educ age inc if men==1
> mlogit educ age inc if men==0
>
> then test whether the coefficient for age in group of men differs that in group of women.
> how can I test it?
>
> Any suggestions would be very much appreciated.
>
> Thanks,
>
> June
> _________________________________________________________________
> メールをまとめ~る。他の無料メールもプロバイダーメールも。
> http://windows7.jp.msn.com/master/hm-popaggre/default.htm
>
> *
> * 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/
>
--
To every ω-consistent recursive class κ of formulae there correspond
recursive class signs r, such that neither v Gen r nor Neg(v Gen r)
belongs to Flg(κ) (where v is the free variable of r).
*
* 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/