<?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: Out-of-time Logistic regression test in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Out-of-time-Logistic-regression-test/m-p/387848#M20196</link>
    <description>&lt;P&gt;It's not exactly clear what you're asking. Are you looking for how to score new data with your logistic regression model? If so, look at the SCORE node.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Aug 2017 16:24:57 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-08-14T16:24:57Z</dc:date>
    <item>
      <title>Out-of-time Logistic regression test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Out-of-time-Logistic-regression-test/m-p/387844#M20193</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used SAS Enterprise Miner and generated&amp;nbsp;a scorecard sample and the logistic regression respectively.&lt;SPAN style="font-size: 14px; line-height: 20px;"&gt;I want to do the out-of-time test on a new testing dataset&lt;/SPAN&gt;&lt;SPAN style="font-size: 14px; line-height: 20px;"&gt;. I tried to use SCORE node, I got a list of predicted percentage of good/bad. But I did not get any statistical comparison, like ROC, KINI, KS. I want to get those statistical parameters to test the reliability of my scorecard&amp;nbsp;model.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was suggested that Somer's D is similar as KINI, which one I can easily get from SAS. However, based on my research, I only saw some articles online which gives information about how to generate a logistic regression and also the Somer'D on the same dataset, not on another test dataset.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone give me some clue?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2017 16:32:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Out-of-time-Logistic-regression-test/m-p/387844#M20193</guid>
      <dc:creator>JinboZhao</dc:creator>
      <dc:date>2017-08-14T16:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Out-of-time Logistic regression test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Out-of-time-Logistic-regression-test/m-p/387848#M20196</link>
      <description>&lt;P&gt;It's not exactly clear what you're asking. Are you looking for how to score new data with your logistic regression model? If so, look at the SCORE node.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2017 16:24:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Out-of-time-Logistic-regression-test/m-p/387848#M20196</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-08-14T16:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Out-of-time Logistic regression test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Out-of-time-Logistic-regression-test/m-p/387854#M20197</link>
      <description>&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the SCORE node, but it did not give me statistical parameters like ROC, KINI on the new dataset.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2017 16:35:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Out-of-time-Logistic-regression-test/m-p/387854#M20197</guid>
      <dc:creator>JinboZhao</dc:creator>
      <dc:date>2017-08-14T16:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Out-of-time Logistic regression test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Out-of-time-Logistic-regression-test/m-p/388180#M20221</link>
      <description>&lt;P&gt;If you fit your model in PROC LOGISTIC, you can use the SCORE statement with the FITSTAT option to score a new data set using the fitted model and get the area under the ROC curve (AUC) along with several other statistics. &amp;nbsp;See the "Details: Scoring data sets" section of the the LOGISTIC documentation. Note that the Gini statistic equals 2*AUC-1. Or, you can use the predicted probabilities for the new data saved from the OUT= option of the SCORE statement in the PRED= option of the ROC statement in a subsequent run of PROC LOGISTIC to get Somers' D (which is the Gini statistic) along with the gamma and tau statistics (as well as the AUC again) as shown in &lt;A href="http://support.sas.com/kb/41364" target="_self"&gt;this note&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 14:55:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Out-of-time-Logistic-regression-test/m-p/388180#M20221</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2017-08-15T14:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Out-of-time Logistic regression test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Out-of-time-Logistic-regression-test/m-p/388207#M20224</link>
      <description>&lt;P&gt;Thank you for your answer. My problem is that I got my logistic regression in SAS Enterprise Miner under the REGRESSION node. It generated SAS scoring code for regression, but it is not a model which I can use to imput and then test on other dataset.&lt;/P&gt;&lt;P&gt;Do you know how to use the Regression Scoring Code to generate the respectively SAS model dataset? Thank you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 16:04:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Out-of-time-Logistic-regression-test/m-p/388207#M20224</guid>
      <dc:creator>JinboZhao</dc:creator>
      <dc:date>2017-08-15T16:04:37Z</dc:date>
    </item>
  </channel>
</rss>

