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 (April 2008, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 11 Apr 2008 08:43:09 -0700
Reply-To:   Idahoe <tdardas@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Idahoe <tdardas@GMAIL.COM>
Organization:   http://groups.google.com
Subject:   Re: Hosmer-Lemeshow Code
Comments:   To: sas-l@uga.edu
Content-Type:   text/plain; charset=ISO-8859-1

Thanks Wensui and Andrew,

I am not specifically assessing survival, rather a predictor of survival.

New code:

proc logistic data=newhl; model shfm1=out_365/ lackfit; run;

At the bottom of the output, I see:

Association of Predicted Probabilities and Observed Responses

Percent Concordant 24.5 Somers' D 0.170 Percent Discordant 7.5 Gamma 0.531 Percent Tied 68.0 Tau- a 0.70 Pairs 95266 c 0.585

I do not see the 'c-statistic' in this list of associations, which makes me think that I am not performing the analysis correctly. However, other model-fit tests appear here indicating a lackfit-type of procedure is being performed.


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