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: multinominal logit pair comparison
From 
 
Jörg Eulenberger <[email protected]> 
To 
 
"'[email protected]'" <[email protected]> 
Subject 
 
st: multinominal logit pair comparison 
Date 
 
Thu, 09 Dec 2010 10:07:04 +0100 
Dear Statalisters,
i am looking for an possibility to print an table with esttab after 
mlogit that include in the columns the odds of all pair comparisons.
*********
mlogit rep78  price weight length, rrr
estout, eform drop(_cons) cells(b(star fmt(%8.4f)) ) stats(r2_p chi2 p, 
labels("Pseudo R-Square"))  unstack varwidth(20) ///
modelwidth(10) collabels(, none) mlabels("Multinomial Model") label legend
listcoef price weight length, help
*********
Now i want a table that doesn't print the odds of 1-2 and 1-3 and 1-4 
and 1-5 but i want the odds of 1-2, 1-3, 1-4, 1-5, 2-3, 2-4, 2-5, 3-4, 
3-5, 4-5.
Is there a quick way to do this?
Tanks, Jörg
*
*   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/