Bookmark and Share

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: multinominal logit pair comparison


From   Jörg Eulenberger <[email protected]>
To   [email protected]
Subject   Re: st: multinominal logit pair comparison
Date   Thu, 09 Dec 2010 11:40:41 +0100


I have found the answer in "Tabulating SPost results using estout and esttab"
*******************
use "http://www.indiana.edu/~jslsoc/stata/spex_data/nomocc3.dta";, clear
mlogit occ white ed exper, nolog
estadd listcoef, lt quietly
esttab, main(b_facts) unstack not nostar nonote modelwidth(10)
*******************








Am 09.12.2010 10:07, schrieb Jörg Eulenberger:


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/


*
*   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/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index