SAS Programming

DATA Step, Macro, Functions and more
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-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 12622 views
  • 0 likes
  • 3 in conversation