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/