LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (July 2000, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 11 Jul 2000 15:45:59 EDT
Reply-To:     Hongjiew@AOL.COM
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Hongjie Wang <Hongjiew@AOL.COM>
Subject:      Re: Classification table in logistic procedure.
Comments: To: kewei20@assets.wharton.upenn.edu
Content-Type: text/plain; charset="US-ASCII"

One possible reason is that the ctable options in SAS is adjusting the coefficients for scoring. It is commonly believed that if an observation is used to develop the model and the model is then applied to this observartion, it artificially increases the accuracy rate. The optimal way will be to do the following for observation i, (i=1,...n), use obs (1,...i-1,i+1,...n) to develop the model and then score observation i. This approach is of course costly. SAS must have a heuristic of some sort to implement this idea.

Hope that helps.

Hongjie Wang Cyber Dialogue


Back to: Top of message | Previous page | Main SAS-L page