<?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 GLM vs Proc Genmod in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM-vs-Proc-Genmod/m-p/560315#M27736</link>
    <description>&lt;P&gt;The response variable does not have to be (approximately) normal for GLM to work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The residuals from the fitted GLM model have to be (approximately) iid normal for the GLM hypothesis tests to be valid. Plot the residuals from the GLM model.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 May 2019 00:15:57 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2019-05-21T00:15:57Z</dc:date>
    <item>
      <title>Proc GLM vs Proc Genmod</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM-vs-Proc-Genmod/m-p/560260#M27734</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am wondering if i should do Proc GLM (linear regression) vs Proc GENMOD (poisson regression) for my outcome below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Days to goal feed is my outcome which is positive integers (no decimals).&lt;/P&gt;&lt;P&gt;My exposure is type of feed which is bolus vs continuous.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 19:42:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM-vs-Proc-Genmod/m-p/560260#M27734</guid>
      <dc:creator>Kyra</dc:creator>
      <dc:date>2019-05-20T19:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GLM vs Proc Genmod</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM-vs-Proc-Genmod/m-p/560313#M27735</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/186157"&gt;@Kyra&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am wondering if i should do Proc GLM (linear regression) vs Proc GENMOD (poisson regression) for my outcome below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Days to goal feed is my outcome which is positive integers (no decimals).&lt;/P&gt;
&lt;P&gt;My exposure is type of feed which is bolus vs continuous.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Graph your data. If you lambda is higher it starts to approximate a normal distribution anyways and doesn't matter too much. If it's definitely not normal, or the lambda isn't high enough to approximate a continuous distribution, then I would recommend Poisson. Also, Poisson measures the number of events within a specific time period, so I think a GLM would work better here as well. But I'll move this to the Stat procedures forum and someone can provide a more robust answer.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 23:31:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM-vs-Proc-Genmod/m-p/560313#M27735</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-05-20T23:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GLM vs Proc Genmod</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM-vs-Proc-Genmod/m-p/560315#M27736</link>
      <description>&lt;P&gt;The response variable does not have to be (approximately) normal for GLM to work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The residuals from the fitted GLM model have to be (approximately) iid normal for the GLM hypothesis tests to be valid. Plot the residuals from the GLM model.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 00:15:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM-vs-Proc-Genmod/m-p/560315#M27736</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-05-21T00:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GLM vs Proc Genmod</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM-vs-Proc-Genmod/m-p/560491#M27738</link>
      <description>&lt;P&gt;While relying on the normal approximation and using PROC GLM is certainly reasonable if conditions allow (more likely if the mean is not small), the positive integer nature of the response makes it clearly nonnormal making it generally safer to use PROC GENMOD. Also, if the data are counts, the assumption of equal variances needed by PROC GLM is also probably violated. If you fit a Poisson model, you should check for evidence of overdispersion which is common and consider instead using the negative binomial distribution or other alternative if overdispersion exists. See &lt;A href="http://support.sas.com/kb/22630" target="_self"&gt;this note&lt;/A&gt;. Also, when you say the response is positive, if you mean it cannot be zero, then you might want to fit a truncated Poisson or negative binomial model as discussed in &lt;A href="http://support.sas.com/kb/43522" target="_self"&gt;this note&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 13:23:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM-vs-Proc-Genmod/m-p/560491#M27738</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2019-05-21T13:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Proc GLM vs Proc Genmod</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM-vs-Proc-Genmod/m-p/560575#M27742</link>
      <description>I was thinking of normal in terms of allowing it to go below zero, not the distribution requirement for regression. That part I remember &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Is your data time to event analysis or number of events analysis?</description>
      <pubDate>Tue, 21 May 2019 16:43:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-GLM-vs-Proc-Genmod/m-p/560575#M27742</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-05-21T16:43:52Z</dc:date>
    </item>
  </channel>
</rss>

