BookmarkSubscribeRSS Feed
deleted_user
Not applicable
I have some data with historical binary target and it's risk driver. How can I in sas segment risk driver onto groups with (almost) homogeneous values of my target. (The mean value of the target within a segment should be around it's actual values, but segments should be differ from each other)
2 REPLIES 2
Doc_Duke
Rhodochrosite | Level 12
It seems like you could use something like the Hosmer & Lemeshow test for goodness of fit. It works with predicted risk under the logistic regression model. H&L is not a very powerful test, so I prefer to use a visual analogue to it. Sort the predicted scores, divide into deciles (quintiles if the N is small), and then plot the midpoint of each decile against the proportion of positive outcomes for the observations in that decile.

If your risk score fits well the line through those 10 points will be reasonably straight. It's basically testing the reliability of your risk driver(s).

Doc Muhlbaier
Duke
deleted_user
Not applicable
Thanks, that is what I am doing so far. Just thought that somebody maybe automated this procedure in sas. 🙂

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!

Submit your idea!

Multiple Linear Regression in SAS

Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 1237 views
  • 0 likes
  • 2 in conversation