- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 10-22-2013 06:39 AM
(12621 views)
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Good day,
As far as I know, the Somer's D statistic given in the logistic output is the same as the Gini index.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
or have a look here - but it gives the same result