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]
st: how to indicate pseudo R-squared in esttab
From
fukugawa_nobuya <[email protected]>
To
[email protected]
Subject
st: how to indicate pseudo R-squared in esttab
Date
Wed, 02 Nov 2011 20:21:11 +0900
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))
---
please note i have to use esttab to make output ready for excel-like table.
*
* 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/