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

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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
  • 733 views
  • 0 likes
  • 2 in conversation