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: 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 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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