<?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: Confidence intervals for rates using Poisson distribution in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Confidence-intervals-for-rates-using-Poisson-distribution/m-p/25525#M920</link>
    <description>See this usage note that discusses the modeling or rates and computing rate estimates and confidence limits:&lt;BR /&gt;
&lt;BR /&gt;
   &lt;A href="http://support.sas.com/kb/24188" target="_blank"&gt;http://support.sas.com/kb/24188&lt;/A&gt;</description>
    <pubDate>Mon, 01 Nov 2010 19:20:49 GMT</pubDate>
    <dc:creator>StatDave</dc:creator>
    <dc:date>2010-11-01T19:20:49Z</dc:date>
    <item>
      <title>Confidence intervals for rates using Poisson distribution</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Confidence-intervals-for-rates-using-Poisson-distribution/m-p/25521#M916</link>
      <description>I am trying to calculate Poisson-based 95% confidence intervals for rates.  Is there a way to do this in SAS?  The rates are based on small numbers of events, so the standard normal-based 95% CIs aren't appropriate.&lt;BR /&gt;
&lt;BR /&gt;
Thanks.</description>
      <pubDate>Fri, 29 Oct 2010 17:57:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Confidence-intervals-for-rates-using-Poisson-distribution/m-p/25521#M916</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-10-29T17:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Confidence intervals for rates using Poisson distribution</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Confidence-intervals-for-rates-using-Poisson-distribution/m-p/25522#M917</link>
      <description>Would you describe your problem with a little more detail?  You speak of rates, so that leads me to believe that you have differing exposure time for different observations.  But it would be good to know more precisely what data you have and what you want to estimate.</description>
      <pubDate>Fri, 29 Oct 2010 19:58:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Confidence-intervals-for-rates-using-Poisson-distribution/m-p/25522#M917</guid>
      <dc:creator>Dale</dc:creator>
      <dc:date>2010-10-29T19:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Confidence intervals for rates using Poisson distribution</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Confidence-intervals-for-rates-using-Poisson-distribution/m-p/25523#M918</link>
      <description>We are using birth and population data to calculate birth rates.  The confidence intervals will be used to compare rates by time intervals and locations.</description>
      <pubDate>Fri, 29 Oct 2010 22:14:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Confidence-intervals-for-rates-using-Poisson-distribution/m-p/25523#M918</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-10-29T22:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Confidence intervals for rates using Poisson distribution</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Confidence-intervals-for-rates-using-Poisson-distribution/m-p/25524#M919</link>
      <description>Assuming that the data are distributed as Poisson conditional on the population size, then you can obtain confidence intervals for the Poisson rate using the GENMOD procedure as follows:&lt;BR /&gt;
&lt;BR /&gt;
proc genmod data=mydata;&lt;BR /&gt;
 &amp;nbsp; model birth_count = / dist=poisson offset=log_PopSize;&lt;BR /&gt;
 &amp;nbsp; estimate "log(rate)" intercept 1;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
where log_PopSize is the (natural) log of the population size and birth_count should be self explanatory.  The above code would provide the rate for a population of size 1.  You probably don't want to specify the rate for a population of size 1.  In order to specify the rate for a population of size K, compute log_PopSize as&lt;BR /&gt;
&lt;BR /&gt;
 &amp;nbsp; log_PopSize = log(PopSize / K);&lt;BR /&gt;
&lt;BR /&gt;
Of course, the variable log_PopSize needs to be constructed before executing the GENMOD procedure.  You might also want to examine whether a negative binomial distribution specification provides a better fit than the Poisson.</description>
      <pubDate>Sat, 30 Oct 2010 00:00:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Confidence-intervals-for-rates-using-Poisson-distribution/m-p/25524#M919</guid>
      <dc:creator>Dale</dc:creator>
      <dc:date>2010-10-30T00:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Confidence intervals for rates using Poisson distribution</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Confidence-intervals-for-rates-using-Poisson-distribution/m-p/25525#M920</link>
      <description>See this usage note that discusses the modeling or rates and computing rate estimates and confidence limits:&lt;BR /&gt;
&lt;BR /&gt;
   &lt;A href="http://support.sas.com/kb/24188" target="_blank"&gt;http://support.sas.com/kb/24188&lt;/A&gt;</description>
      <pubDate>Mon, 01 Nov 2010 19:20:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Confidence-intervals-for-rates-using-Poisson-distribution/m-p/25525#M920</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2010-11-01T19:20:49Z</dc:date>
    </item>
  </channel>
</rss>

