<?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 Comparing multiple rates in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Comparing-multiple-rates/m-p/228661#M12071</link>
    <description>&lt;P&gt;I'm analyzing emergency room utilization rates at several sites and want to do a multiple comparison test. I have the raw data (ER visits and Enrollees) and was wondering if someone could suggest a way to analyze them. I'm thinking it would be a GenMod or Glimmix solution.&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;Brian&lt;/P&gt;</description>
    <pubDate>Tue, 06 Oct 2015 16:06:29 GMT</pubDate>
    <dc:creator>BTAinRVA</dc:creator>
    <dc:date>2015-10-06T16:06:29Z</dc:date>
    <item>
      <title>Comparing multiple rates</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Comparing-multiple-rates/m-p/228661#M12071</link>
      <description>&lt;P&gt;I'm analyzing emergency room utilization rates at several sites and want to do a multiple comparison test. I have the raw data (ER visits and Enrollees) and was wondering if someone could suggest a way to analyze them. I'm thinking it would be a GenMod or Glimmix solution.&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;Brian&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 16:06:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Comparing-multiple-rates/m-p/228661#M12071</guid>
      <dc:creator>BTAinRVA</dc:creator>
      <dc:date>2015-10-06T16:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing multiple rates</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Comparing-multiple-rates/m-p/228714#M12073</link>
      <description>&lt;P&gt;I adapted the code from&lt;A href="http://support.sas.com/kb/44/354.html" target="_self"&gt; here&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;data EDRate;
         input v e Group$;
         ln = log(e);
         datalines;
         23   155  Group1
         29  276  Group2
         54    550  Group3
         ;

 proc genmod data=EDRate;
         class Group;
         model v = Group / dist=poisson link=log offset=ln;
         lsmeans Group / ilink cl;
         run;
&lt;/PRE&gt;
&lt;P&gt;where v are the number of ED visits and e are the number of enrollees. Does this look like an appropriate way to analyze the data? Any helpful hints would be greatly appreciated.&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;Brian&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 20:04:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Comparing-multiple-rates/m-p/228714#M12073</guid>
      <dc:creator>BTAinRVA</dc:creator>
      <dc:date>2015-10-06T20:04:14Z</dc:date>
    </item>
  </channel>
</rss>

