<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: goodness of logistic regression in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/goodness-of-logistic-regression/m-p/101072#M258124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's right, proc logistic does not produce the KS test. You may find this usage note helpful, &lt;SPAN style="color: #000000; font-family: '.HelveticaNeueUI'; font-size: 15px; text-align: -webkit-auto;"&gt;&lt;A class="jive-link-external-small" href="http://support.sas.com/kb/23/231.html"&gt;http://support.sas.com/kb/23/231.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Michelle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Oct 2013 13:59:17 GMT</pubDate>
    <dc:creator>MichelleHomes</dc:creator>
    <dc:date>2013-10-02T13:59:17Z</dc:date>
    <item>
      <title>goodness of logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/goodness-of-logistic-regression/m-p/101071#M258123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i saw that proc logistic doesn't have kolmogorov-smirnov test. do you know any workaround about this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also i would like to see in the results something about gini coefficient, do you know how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2 style="font-size: 1.2em; margin: 1em 0 0.5em; color: #4b4b4b; font-family: Arial, Helvetica, Verdana, sans-serif;"&gt;&lt;/H2&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 13:12:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/goodness-of-logistic-regression/m-p/101071#M258123</guid>
      <dc:creator>progster</dc:creator>
      <dc:date>2013-10-02T13:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: goodness of logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/goodness-of-logistic-regression/m-p/101072#M258124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's right, proc logistic does not produce the KS test. You may find this usage note helpful, &lt;SPAN style="color: #000000; font-family: '.HelveticaNeueUI'; font-size: 15px; text-align: -webkit-auto;"&gt;&lt;A class="jive-link-external-small" href="http://support.sas.com/kb/23/231.html"&gt;http://support.sas.com/kb/23/231.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Michelle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 13:59:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/goodness-of-logistic-regression/m-p/101072#M258124</guid>
      <dc:creator>MichelleHomes</dc:creator>
      <dc:date>2013-10-02T13:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: goodness of logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/goodness-of-logistic-regression/m-p/101073#M258125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks! and what about the gini coefficient?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 07:43:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/goodness-of-logistic-regression/m-p/101073#M258125</guid>
      <dc:creator>progster</dc:creator>
      <dc:date>2013-10-03T07:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: goodness of logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/goodness-of-logistic-regression/m-p/101074#M258126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The gini coefficient is calculated by 2 x c-statistic - 1 or alternatively you can look at the four indices of rank correlation in the PROC LOGISTIC output for the Somer's D statistic which is documented at &lt;A class="active_link" href="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_logistic_sect035.htm" title="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_logistic_sect035.htm"&gt;SAS/STAT(R) 9.2 User's Guide, Second Edition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Michelle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 09:19:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/goodness-of-logistic-regression/m-p/101074#M258126</guid>
      <dc:creator>MichelleHomes</dc:creator>
      <dc:date>2013-10-03T09:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: goodness of logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/goodness-of-logistic-regression/m-p/327010#M258127</link>
      <description>&lt;P&gt;Hi, You can use the following code for calculating the KS statistic. Proc npar1way gives us the KS statistic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc npar1way data= "proc logistic output dataset " edf;&lt;BR /&gt;class "response variable";&lt;BR /&gt;var "predicted variable in proc logistic";&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 10:44:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/goodness-of-logistic-regression/m-p/327010#M258127</guid>
      <dc:creator>namit_sem007</dc:creator>
      <dc:date>2017-01-24T10:44:32Z</dc:date>
    </item>
  </channel>
</rss>

