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

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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