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
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.