<?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: The reasoning for regression node's class reference group in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/The-reasoning-for-regression-node-s-class-reference-group/m-p/218327#M3158</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Frank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your goal is to get the odds ratios, I recommend you to use &lt;A href="http://http//support.sas.com/documentation/cdl/en/statug/67523/HTML/default/viewer.htm#statug_logistic_syntax05.htm"&gt;PROC LOGISTIC&lt;/A&gt;. This PROC also enables you to change reference levels for your class variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason why HPGLM node does not provide odds ratios is that it runs on the HPGENSELECT procedure. High-performance statistical procedures (procs start with HP) and EM nodes are designed for predictive modeling and other large-data tasks, they do not implement all of the inferential features that are available in corresponding traditional SAS procedures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you find this useful!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Funda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Apr 2015 20:51:56 GMT</pubDate>
    <dc:creator>Funda_SAS</dc:creator>
    <dc:date>2015-04-10T20:51:56Z</dc:date>
    <item>
      <title>The reasoning for regression node's class reference group</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/The-reasoning-for-regression-node-s-class-reference-group/m-p/218324#M3155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that the regression node in SAS Enterprise Miner does not allow us to change the class references groups. However, EM picks a references group for you. What is the reasoning behind picking a specific group for a class variable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to let everyone know, I am running a series of logistic regression and I am using EM 13.2. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 19:22:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/The-reasoning-for-regression-node-s-class-reference-group/m-p/218324#M3155</guid>
      <dc:creator>paradigm_fellow</dc:creator>
      <dc:date>2015-04-09T19:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: The reasoning for regression node's class reference group</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/The-reasoning-for-regression-node-s-class-reference-group/m-p/218325#M3156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried the HPGLM node?&lt;/P&gt;&lt;P&gt;You can set Reference Level as User Defined and then use Reference Level menu to set choose the reference level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps,&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 17:26:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/The-reasoning-for-regression-node-s-class-reference-group/m-p/218325#M3156</guid>
      <dc:creator>M_Maldonado</dc:creator>
      <dc:date>2015-04-10T17:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: The reasoning for regression node's class reference group</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/The-reasoning-for-regression-node-s-class-reference-group/m-p/218326#M3157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply and the help. I was able to do it on HPGLM. However, I now have a new problem. It is not giving me odds ratios. Is there a way to get the odds ratios in HPGLM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Respectfully,&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 20:00:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/The-reasoning-for-regression-node-s-class-reference-group/m-p/218326#M3157</guid>
      <dc:creator>paradigm_fellow</dc:creator>
      <dc:date>2015-04-10T20:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: The reasoning for regression node's class reference group</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/The-reasoning-for-regression-node-s-class-reference-group/m-p/218327#M3158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Frank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your goal is to get the odds ratios, I recommend you to use &lt;A href="http://http//support.sas.com/documentation/cdl/en/statug/67523/HTML/default/viewer.htm#statug_logistic_syntax05.htm"&gt;PROC LOGISTIC&lt;/A&gt;. This PROC also enables you to change reference levels for your class variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason why HPGLM node does not provide odds ratios is that it runs on the HPGENSELECT procedure. High-performance statistical procedures (procs start with HP) and EM nodes are designed for predictive modeling and other large-data tasks, they do not implement all of the inferential features that are available in corresponding traditional SAS procedures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you find this useful!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Funda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 20:51:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/The-reasoning-for-regression-node-s-class-reference-group/m-p/218327#M3158</guid>
      <dc:creator>Funda_SAS</dc:creator>
      <dc:date>2015-04-10T20:51:56Z</dc:date>
    </item>
  </channel>
</rss>

