<?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: Adjust for over dispersion in Enterprise Miner HP GLM node (poisson model) in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Adjust-for-over-dispersion-in-Enterprise-Miner-HP-GLM-node/m-p/239080#M3513</link>
    <description>&lt;P&gt;The SCALE= option isn't available in PROC HPGENSELECT which is used in the HP GLM node, but you could use the Negative Binomial distribution instead of the Poisson to help with overdispersion.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Dec 2015 00:14:00 GMT</pubDate>
    <dc:creator>WendyCzika</dc:creator>
    <dc:date>2015-12-14T00:14:00Z</dc:date>
    <item>
      <title>Adjust for over dispersion in Enterprise Miner HP GLM node (poisson model)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Adjust-for-over-dispersion-in-Enterprise-Miner-HP-GLM-node/m-p/239004#M3511</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="arial,helvetica,sans-serif" size="3"&gt;Hi Eveyrone,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="arial,helvetica,sans-serif" size="3"&gt;In SAS I can use the scale=pearson command to adjust for over dispersion in my model.&amp;nbsp; Does anybody know how I would do the equivalent in the HP GLM node of Enterprise Miner?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="arial,helvetica,sans-serif" size="3"&gt;Here's the code in PC SAS that I'm trying to replicate somehow in Enterprise Miner&lt;STRONG&gt;:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;Proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;Genmod&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=crab;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;Model&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt; Sa=w / &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;dist&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt;=poi &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;link&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt;=log &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;scale&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt;=pearson;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;output&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;out&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt;= data2 &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;p&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt;=pred;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;FONT size="3"&gt;Thank you!&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Dec 2015 00:37:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Adjust-for-over-dispersion-in-Enterprise-Miner-HP-GLM-node/m-p/239004#M3511</guid>
      <dc:creator>teg_76</dc:creator>
      <dc:date>2015-12-12T00:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Adjust for over dispersion in Enterprise Miner HP GLM node (poisson model)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Adjust-for-over-dispersion-in-Enterprise-Miner-HP-GLM-node/m-p/239080#M3513</link>
      <description>&lt;P&gt;The SCALE= option isn't available in PROC HPGENSELECT which is used in the HP GLM node, but you could use the Negative Binomial distribution instead of the Poisson to help with overdispersion.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2015 00:14:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Adjust-for-over-dispersion-in-Enterprise-Miner-HP-GLM-node/m-p/239080#M3513</guid>
      <dc:creator>WendyCzika</dc:creator>
      <dc:date>2015-12-14T00:14:00Z</dc:date>
    </item>
  </channel>
</rss>

