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!
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
Good day,
As far as I know, the Somer's D statistic given in the logistic output is the same as the Gini index.
or have a look here - but it gives the same result
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.
Ready to level-up your skills? Choose your own adventure.