<?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 Distribution in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Genmod-Gamma-Distribution/m-p/307718#M16284</link>
    <description>&lt;P&gt;I don't have the book, so I can't comment on that example. However, there is &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_genmod_examples03.htm" target="_self"&gt;an example in the PROC GENMOD doc&lt;/A&gt; that discusses using a gamma link for survival-type data. Maybe relevant?&lt;/P&gt;</description>
    <pubDate>Thu, 27 Oct 2016 18:26:28 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2016-10-27T18:26:28Z</dc:date>
    <item>
      <title>Proc Genmod Gamma Distribution</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Genmod-Gamma-Distribution/m-p/307685#M16283</link>
      <description>&lt;P&gt;I've been working thru some of the chapters in the Handbook of Statistical Analyses using SAS book. In chapter 9 section 3.2 Analyzing FAP Data, they use Proc Genmod with the Gamma distribution because there are some rather large counts. I've done some googling but can't really find an explanation on when I should use the Gamma distribution as opposed to Poisson or Negative Binomial. When I analyze the FAP data using Poisson distribution I get very different results than with the Gamma.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any thoughts greatly appreciated!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The code and data can be downloaded here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/downloads/package.htm?pid=1693" target="_blank"&gt;http://support.sas.com/downloads/package.htm?pid=1693&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2016 16:17:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Genmod-Gamma-Distribution/m-p/307685#M16283</guid>
      <dc:creator>BTAinRVA</dc:creator>
      <dc:date>2016-10-27T16:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Genmod Gamma Distribution</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Genmod-Gamma-Distribution/m-p/307718#M16284</link>
      <description>&lt;P&gt;I don't have the book, so I can't comment on that example. However, there is &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_genmod_examples03.htm" target="_self"&gt;an example in the PROC GENMOD doc&lt;/A&gt; that discusses using a gamma link for survival-type data. Maybe relevant?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2016 18:26:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Genmod-Gamma-Distribution/m-p/307718#M16284</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-10-27T18:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Genmod Gamma Distribution</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Genmod-Gamma-Distribution/m-p/307829#M16287</link>
      <description>&lt;P&gt;Yeah. Rick direct you an good example. Gamma is usually for Positive Value(like age , survival time ...).&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Poisson or Negative Binomial is usually for sparse/discrete data, if the happened proabiltiy of event is very small , you should consider to use&amp;nbsp;Poisson or Negative Binomial.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2016 03:34:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Genmod-Gamma-Distribution/m-p/307829#M16287</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-10-28T03:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Genmod Gamma Distribution</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Genmod-Gamma-Distribution/m-p/308143#M16305</link>
      <description>&lt;P&gt;The gamma is a 2-parameter continuous distribution for 0 &amp;lt; y &amp;lt; infinity. Generally, it is used for right-skewed distributions (a special case is the 1-parameter exponential distribution). In principle, it would not be used for counts, which are discrete. The Poisson and negative binomial are two common and popular distributions for count data. However, these distributions can be problematic when the counts are &lt;EM&gt;very&lt;/EM&gt; large. For example, with bacterial cell counts, one might have values such as 10^4, 10^5, 10^8, and so on. In principle, every value from 0 to 10^8 is possible with a discrete distribution, but you can see the problem in dealing with this as a discrete random variable. Thus, as an approximation, the gamma (or log-normal or Weibull) is often used as an &lt;EM&gt;approximation&lt;/EM&gt; of the discrete distribution when there are very large counts or the range of counts is very large. The gamma has the desirable property that the variance is a function of the mean, which is one of the properties of typical discrete distributions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Be careful when using the gamma: it is defined only for values of y &lt;EM&gt;larger&lt;/EM&gt; than 0. If you have any zeros, they become missing values in the analysis (something you probably don't want). There are more general versions of the gamma that allow for 0 values, but these are not available in GENMOD.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Oct 2016 15:55:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Genmod-Gamma-Distribution/m-p/308143#M16305</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2016-10-30T15:55:59Z</dc:date>
    </item>
  </channel>
</rss>

