BookmarkSubscribeRSS Feed
Davidova
Calcite | Level 5
Hello,
I can't perform graph for a Gini index in Logistic Regression model in EG . Only ROC graphs and model fit statistics appear in the results
My code is :
ods graphs on;
Proc logistic data = prob PLOT= (all);
Id Clt;
Model buy(event='1')= p;
Ods graphics off;

2 REPLIES 2
PaigeMiller
Diamond | Level 26

Do you perhaps mean the Lorenz curve?

 

See http://mchp-appserv.cpe.umanitoba.ca/Upload/SAS/gini_SAS.txt

--
Paige Miller
Davidova
Calcite | Level 5
Yes
Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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