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

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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