|
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
st: Re: Correctly classified-lstat
-lstat- is out of date. Please say if you use a version other that Stata 10.
-estat clas- has replaced it. Just run
**************
sysuse auto, clear
prob f p w
estat clas
*alternative calculation
di (20+46)/74
**************
which produces a table. The "main diagonal" of the table are correct
classifications, with the cutoff point at 0.5. Dividing (20+46)/74, you get
the 89.19% that Stata reports in the last row.
HTH
Martin
_______________________
----- Original Message -----
From: "Ziad El-Khatib" <[email protected]>
To: <[email protected]>
Sent: Saturday, September 20, 2008 9:12 PM
Subject: st: Correctly classified-lstat
Hi!
I promise that I have tried to google the question and look into
previous STATA lister questions but could not find an answer.
How can I interpret the % of correctly classfied when running -lstat-
command?
Thank you and best regards
ziad
*
* 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/
*
* 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/