Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

RE: st: help: mlogit and outreg


From   "Jann, Ben" <[email protected]>
To   <[email protected]>
Subject   RE: st: help: mlogit and outreg
Date   Wed, 8 Sep 2004 21:40:19 +0200

Clive wrote:
> . ssc inst estout
> . use nelsons_data
> . xi: mlogit gpa i.race_n i.sex_n i.college_major_n i.college_quality
>   i.yorotc i.scholarship_types_n i.branch
> . est store model
> . estout model, stats(F r2_a rmse N) 
>   cells("b(star)" b(fmt(%9.2f)) t(par))
>   varwidth(60) modelwidth(10) label unstack

I don't want to be picky, however

 . estout model, stats(F r2_a rmse N) 
   cells(b(star fmt(%9.2f)) t(par))
   varwidth(60) modelwidth(10) label unstack

would do as well. There is no need to repeat "b" in the -cells-
option. (I admit that the syntax of the -cells- option is a bit
complicated.)

ben
 

*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index