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: how to indicate pseudo R-squared in esttab


From   Richard Williams <[email protected]>
To   [email protected], [email protected]
Subject   Re: st: how to indicate pseudo R-squared in esttab
Date   Wed, 02 Nov 2011 10:06:39 -0500

At 06:21 AM 11/2/2011, fukugawa_nobuya wrote:
dear statalisters,
i would like to know how to include pseudo R-squared in output table.
"pr2" in the example does not work.


---
capture eststo: probit y x

capture n esttab using 111102.csv, replace starlevels(* 0.05 ** 0.01) cells(b(star fmt(3)) se(fmt(3)))


stats(ll r2 pr2 N cmd  p_c, fmt(%9.3f))

As Kit notes, if you are using the -stats- option you have to use the correct ereturned name. -esttab- also has other ways to get some numbers in, e.g. you can do things like

esttab m1, pr2 aic bic

See -help esttab- or, more specifically, -help esttab##stat-


-------------------------------------------
Richard Williams, Notre Dame Dept of Sociology
OFFICE: (574)631-6668, (574)631-6463
HOME:   (574)289-5227
EMAIL:  [email protected]
WWW:    http://www.nd.edu/~rwilliam

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