<?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: Different regression result on same dataset from both Enterprise Miner and SAS base in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Different-regression-result-on-same-dataset-from-both-Enterprise/m-p/388853#M20259</link>
    <description>&lt;P&gt;Data and code for everthing to see possible differences.&lt;/P&gt;
&lt;P&gt;Note that the Regression procedures by default will remove any record that has missing values for any of the variables on the model statement. I don't know wheter Enterprise Miner may just treat missing values as a different level of a a variable, which is an option in most of the regression procs depending on the role the variable plays and which procedure.&lt;/P&gt;</description>
    <pubDate>Thu, 17 Aug 2017 15:31:39 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2017-08-17T15:31:39Z</dc:date>
    <item>
      <title>Different regression result on same dataset from both Enterprise Miner and SAS base</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Different-regression-result-on-same-dataset-from-both-Enterprise/m-p/388743#M20253</link>
      <description>&lt;P&gt;Hi SAS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used SAS Enterprise Miner to generate a scorecard, then I got the corresponding logistic regression. My regression result is as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Event Classification Table&lt;BR /&gt;&lt;BR /&gt;Data Role=TRAIN Target=TARGET Target Label=' '&lt;BR /&gt;&lt;BR /&gt;False True False True&lt;BR /&gt;Negative Negative Positive Positive&lt;BR /&gt;&lt;BR /&gt;16 31 384 3928&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I output the regression generating code and opened it in SAS base. I run it on the same dataset. This time I got the frequency table of my old and new predicted target:&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Table of TARGET by U_TARGET&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;U_TARGET(Unnormalized Into: TARGET)&lt;/TD&gt;&lt;TD&gt;Total&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;TARGET&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;415&lt;/TD&gt;&lt;TD&gt;415&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;Frequency&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Frequency&lt;/TD&gt;&lt;TD&gt;3944&lt;/TD&gt;&lt;TD&gt;3944&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;4359&lt;/TD&gt;&lt;TD&gt;4359&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Total&lt;/TD&gt;&lt;TD&gt;Frequency&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It gave a totally different result with the one from E-Miner.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not know why, and&amp;nbsp;I doubt of the accuracy of the result from E-miner. Could anyone give me some clue? Thank you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 11:16:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Different-regression-result-on-same-dataset-from-both-Enterprise/m-p/388743#M20253</guid>
      <dc:creator>JinboZhao</dc:creator>
      <dc:date>2017-08-17T11:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Different regression result on same dataset from both Enterprise Miner and SAS base</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Different-regression-result-on-same-dataset-from-both-Enterprise/m-p/388833#M20257</link>
      <description>&lt;P&gt;WIth what you've posted, not really.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Most likely the regression node in Base SAS has different default settings than in EM.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Start by verifying the models have the same variables and selection method.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then move to the regression options, probably easiest to use the EM settings on the left hand pane and then check the Base SAS settings.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 14:57:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Different-regression-result-on-same-dataset-from-both-Enterprise/m-p/388833#M20257</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-08-17T14:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Different regression result on same dataset from both Enterprise Miner and SAS base</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Different-regression-result-on-same-dataset-from-both-Enterprise/m-p/388853#M20259</link>
      <description>&lt;P&gt;Data and code for everthing to see possible differences.&lt;/P&gt;
&lt;P&gt;Note that the Regression procedures by default will remove any record that has missing values for any of the variables on the model statement. I don't know wheter Enterprise Miner may just treat missing values as a different level of a a variable, which is an option in most of the regression procs depending on the role the variable plays and which procedure.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 15:31:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Different-regression-result-on-same-dataset-from-both-Enterprise/m-p/388853#M20259</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-08-17T15:31:39Z</dc:date>
    </item>
  </channel>
</rss>

