<?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: Proc Genmod Gamma with Log When to Scale in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Genmod-Gamma-with-Log-When-to-Scale/m-p/748923#M36407</link>
    <description>&lt;P&gt;Scaling with the SCALE= option is only needed as a way to attempt to deal with overdispersion as discussed in &lt;A href="http://support.sas.com/kb/22630" target="_self"&gt;this note&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Jun 2021 15:59:07 GMT</pubDate>
    <dc:creator>StatDave</dc:creator>
    <dc:date>2021-06-18T15:59:07Z</dc:date>
    <item>
      <title>Proc Genmod Gamma with Log When to Scale</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Genmod-Gamma-with-Log-When-to-Scale/m-p/748916#M36406</link>
      <description>&lt;P&gt;Hello Community,&lt;BR /&gt;&lt;BR /&gt;When using a GLM gamma model with log link, is there a rule of thumb for when to specific the scale as the default, Pearson or deviance?&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been reading up online, but they're always answering the question for a different distribution of GLM, and I don't think any of the answers i have found are relevant for gamma models.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moreover, in college, I did all my statistical analysis in python, and all the packages we use had Pearson as the default scale, so that has me wondering if I've been doing it wrong the whole time!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In case it helps, here is the model setup.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics on;

proc genmod data=data;

model y = x

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /dist=gamma link=log&amp;nbsp; ;

run;

ods graphics off;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 15:44:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Genmod-Gamma-with-Log-When-to-Scale/m-p/748916#M36406</guid>
      <dc:creator>cxc810</dc:creator>
      <dc:date>2021-06-18T15:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Genmod Gamma with Log When to Scale</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Genmod-Gamma-with-Log-When-to-Scale/m-p/748923#M36407</link>
      <description>&lt;P&gt;Scaling with the SCALE= option is only needed as a way to attempt to deal with overdispersion as discussed in &lt;A href="http://support.sas.com/kb/22630" target="_self"&gt;this note&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 15:59:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Genmod-Gamma-with-Log-When-to-Scale/m-p/748923#M36407</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2021-06-18T15:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Genmod Gamma with Log When to Scale</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Genmod-Gamma-with-Log-When-to-Scale/m-p/749025#M36418</link>
      <description>Gamma distribution is for Y&amp;gt;0 ,which means dependent variable Y must be positive .</description>
      <pubDate>Sat, 19 Jun 2021 12:37:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Genmod-Gamma-with-Log-When-to-Scale/m-p/749025#M36418</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-06-19T12:37:46Z</dc:date>
    </item>
  </channel>
</rss>

