<?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: Rate ratios for glimmix poisson model in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Rate-ratios-for-glimmix-poisson-model/m-p/757938#M36895</link>
    <description>&lt;P&gt;That can be done in PROC GENMOD as shown in the second half of &lt;A href="http://support.sas.com/kb/24188" target="_self"&gt;this note&lt;/A&gt;. If you must use GLIMMIX, then you will need to include a STORE statement to save your model, then use the LSMEANS statement, as in the Note, in PROC PLM. For example:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;     proc glimmix data=insure;
         class car age;
         model c = car age / dist=poisson link=log offset=ln;
         store glim;
         run;
     proc plm restore=glim;
         lsmeans age / ilink diff exp cl;
         run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 28 Jul 2021 20:25:58 GMT</pubDate>
    <dc:creator>StatDave</dc:creator>
    <dc:date>2021-07-28T20:25:58Z</dc:date>
    <item>
      <title>Rate ratios for glimmix poisson model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Rate-ratios-for-glimmix-poisson-model/m-p/757932#M36892</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For a glimmix model,&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;with a binomial distribution and logit function, you can specify the oddsratios option&lt;/LI&gt;
&lt;LI&gt;what can you specify for the poisson distribution and log link function?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I am trying to find an option that would output rate ratios.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 20:13:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Rate-ratios-for-glimmix-poisson-model/m-p/757932#M36892</guid>
      <dc:creator>analyst_work</dc:creator>
      <dc:date>2021-07-28T20:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Rate ratios for glimmix poisson model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Rate-ratios-for-glimmix-poisson-model/m-p/757938#M36895</link>
      <description>&lt;P&gt;That can be done in PROC GENMOD as shown in the second half of &lt;A href="http://support.sas.com/kb/24188" target="_self"&gt;this note&lt;/A&gt;. If you must use GLIMMIX, then you will need to include a STORE statement to save your model, then use the LSMEANS statement, as in the Note, in PROC PLM. For example:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;     proc glimmix data=insure;
         class car age;
         model c = car age / dist=poisson link=log offset=ln;
         store glim;
         run;
     proc plm restore=glim;
         lsmeans age / ilink diff exp cl;
         run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Jul 2021 20:25:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Rate-ratios-for-glimmix-poisson-model/m-p/757938#M36895</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2021-07-28T20:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Rate ratios for glimmix poisson model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Rate-ratios-for-glimmix-poisson-model/m-p/760347#M37047</link>
      <description>I have a follow-up question: Some of the exponentiated values and confidence interval limits from lsmeans are slightly different than the glimmix model output values. Is that expected and is there an explanation for this difference? Thanks!</description>
      <pubDate>Mon, 09 Aug 2021 12:34:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Rate-ratios-for-glimmix-poisson-model/m-p/760347#M37047</guid>
      <dc:creator>analyst_work</dc:creator>
      <dc:date>2021-08-09T12:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Rate ratios for glimmix poisson model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Rate-ratios-for-glimmix-poisson-model/m-p/760423#M37058</link>
      <description>&lt;P&gt;The values in the "Estimate" column in the LSMEANS table are linear combinations of model parameters and therefore are not in general going to equal any single parameter estimate in the rest of the GLIMMIX output. You can add the E option in the LSMEANS statement to see the coefficients of the linear combination used.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 17:15:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Rate-ratios-for-glimmix-poisson-model/m-p/760423#M37058</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2021-08-09T17:15:06Z</dc:date>
    </item>
  </channel>
</rss>

