Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: ESTOUT, ORSE and FITSTAT


From   "Ben Jann" <[email protected]>
To   [email protected]
Subject   Re: st: ESTOUT, ORSE and FITSTAT
Date   Wed, 17 Oct 2007 14:18:57 +0200

To include r2_mz from -fitstat- in the estimates type:

sysuse auto
logit foreign price
fitstat
estadd scalar r2_mz = r(r2_mz)

and then tabulate using:

estout ., eform cells(n se(par)) stats(r2_mz) style(fixed)

or:

esttab ., eform se scalars(r2_mz)

Note that the odds ratios and their standard errors are obtained by
the -eform- option.
ben


On 10/17/07, [email protected] <[email protected]> wrote:
> Dear STATA-listers,
>
> I want to tabulate regression results with a odds ratio - I'm using the ados estout, fitstat and orse.
>
> e. g.
>
> logit x y1 y2
> orse, add(table)
> estout table, cells(or orse(par)) style(fixed)
>
> I would like to display a fitstatistic (r2_mz - McKelvey and Zaviona R2) from the fitstat-command (spost.ado), I've tried several solutions but I
> don't get the McKelvey and Zaviona R2 displayed in the estout output.
>
> Does anybody see a solution?
>
> Thanks in advance,
>
> Christian
>
> --
> Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
> Ideal f�r Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
> *
> *   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/
>

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