BookmarkSubscribeRSS Feed
progster
Fluorite | Level 6

dear all,

how to display the gini coefficient value in the output of proc logistic? which statement Should I add to the code?

thanks a lot!

3 REPLIES 3
UrvishShah
Fluorite | Level 6

Hi,

ODS OUTPUT Association = Association_Stat;

Your PROC LOGISTIC STEP...

...............

...............

ODS OUTPUT CLOSE;

Make Sure that your Proc Logistic doesn't include NOPRINT option...Otherwise it won't create the dataset...

-Urvish

GenDemo
Quartz | Level 8

Good day,

As far as I know, the Somer's D statistic given in the logistic output is the same as the Gini index.

GenDemo
Quartz | Level 8

or have a look here - but it gives the same result

https://communities.sas.com/message/182879#182879

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!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 3 replies
  • 12143 views
  • 0 likes
  • 3 in conversation