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-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

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