<?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: Poisson Means Test in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Poisson-Means-Test/m-p/227119#M11998</link>
    <description>&lt;P&gt;Dave,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for enlightening me!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was looking at this example here: &lt;A href="http://support.sas.com/kb/37/344.html" target="_blank"&gt;http://support.sas.com/kb/37/344.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would it make sense for me to include Log(n) offset in Proc GenMod?&lt;/P&gt;</description>
    <pubDate>Thu, 24 Sep 2015 16:31:03 GMT</pubDate>
    <dc:creator>BTAinRVA</dc:creator>
    <dc:date>2015-09-24T16:31:03Z</dc:date>
    <item>
      <title>Poisson Means Test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Poisson-Means-Test/m-p/227064#M11992</link>
      <description>&lt;P&gt;I want to compare the count of events between two years to see if they are statistically significantly different. Does SAS have anything similar to what's on this web site:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.evanmiller.org/ab-testing/poisson-means.html#" target="_blank"&gt;http://www.evanmiller.org/ab-testing/poisson-means.html#&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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>Thu, 24 Sep 2015 13:48:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Poisson-Means-Test/m-p/227064#M11992</guid>
      <dc:creator>BTAinRVA</dc:creator>
      <dc:date>2015-09-24T13:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Poisson Means Test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Poisson-Means-Test/m-p/227070#M11993</link>
      <description>&lt;P&gt;This can be easily done in PROC GENMOD. &amp;nbsp;For example,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc genmod;&lt;/P&gt;&lt;P&gt;class year;&lt;/P&gt;&lt;P&gt;model count = year / dist=poisson;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The test you want is the test of the YEAR parameter. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2015 14:28:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Poisson-Means-Test/m-p/227070#M11993</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2015-09-24T14:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Poisson Means Test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Poisson-Means-Test/m-p/227075#M11994</link>
      <description>&lt;P&gt;Dave,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the quick reply!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So this is what I submitted:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; stents;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;input&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; c year;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;datalines&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;2216 2012&lt;/P&gt;
&lt;P&gt;2533 2014&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;genmod&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;class&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; year;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;model&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; c = year / &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;dist&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;=poisson;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;and the results give me a Wald Chi-Square of 21.13 for year 2012 (P-value &amp;lt; 0.0001). Does this mean there is a significant difference between years? Also, should I be concerned that, in the Criteria for Assessing Goodness of Fit table,&amp;nbsp;the Deviance, Scaled deviance, Pearson Chi-Square, and Scaled pearson X2 values are all 0?&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2015 14:45:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Poisson-Means-Test/m-p/227075#M11994</guid>
      <dc:creator>BTAinRVA</dc:creator>
      <dc:date>2015-09-24T14:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Poisson Means Test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Poisson-Means-Test/m-p/227099#M11996</link>
      <description>&lt;P&gt;Yes, small p-values indicate significance. &amp;nbsp;The zeros occur because this is a saturated model (all degrees of freedom used in the model) and is not a problem.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2015 15:28:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Poisson-Means-Test/m-p/227099#M11996</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2015-09-24T15:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Poisson Means Test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Poisson-Means-Test/m-p/227119#M11998</link>
      <description>&lt;P&gt;Dave,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for enlightening me!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was looking at this example here: &lt;A href="http://support.sas.com/kb/37/344.html" target="_blank"&gt;http://support.sas.com/kb/37/344.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would it make sense for me to include Log(n) offset in Proc GenMod?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2015 16:31:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Poisson-Means-Test/m-p/227119#M11998</guid>
      <dc:creator>BTAinRVA</dc:creator>
      <dc:date>2015-09-24T16:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Poisson Means Test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Poisson-Means-Test/m-p/227122#M11999</link>
      <description>&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; stents;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;input&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; Days Count year;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;ln = log(Days);&lt;/P&gt;
&lt;P&gt;ObsRate=Count/Days;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;datalines&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;365 2216 2012&lt;/P&gt;
&lt;P&gt;365 2533 2014&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;genmod&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;data&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;=stents;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;class&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; year;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;model&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; Count=year / &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;dist&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;=poisson &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;offset&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;=ln;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;estimate&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'Year rate ratio'&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; year &lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; -&lt;/FONT&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;lsmeans&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; year / &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;diff&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;exp&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;cl&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;store&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt; out=insmodel;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;run&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2015 16:39:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Poisson-Means-Test/m-p/227122#M11999</guid>
      <dc:creator>BTAinRVA</dc:creator>
      <dc:date>2015-09-24T16:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Poisson Means Test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Poisson-Means-Test/m-p/227134#M12000</link>
      <description>&lt;P&gt;An offset is only needed&amp;nbsp;when the counts arise from differing amounts of exposure. &amp;nbsp;As you've no doubt seen, the test is not affected by using an offset when the exposures are the same. &amp;nbsp;The only difference in results comes in the LSMEANS where it is simply a choice of whether you want to estimate&amp;nbsp;the mean&amp;nbsp;count or the rate per day.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2015 17:44:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Poisson-Means-Test/m-p/227134#M12000</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2015-09-24T17:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Poisson Means Test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Poisson-Means-Test/m-p/227137#M12001</link>
      <description>&lt;P&gt;Dave,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, I noticed there was no difference in results. Thanks again for all your help!&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2015 17:46:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Poisson-Means-Test/m-p/227137#M12001</guid>
      <dc:creator>BTAinRVA</dc:creator>
      <dc:date>2015-09-24T17:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Poisson Means Test</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Poisson-Means-Test/m-p/227140#M12002</link>
      <description>&lt;P&gt;Dave,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One more question: in the SAS example in the previous post they do an analysis of Rate Difference using Proc NLMixed. How is this different from what GenMod is doing?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2015 18:00:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Poisson-Means-Test/m-p/227140#M12002</guid>
      <dc:creator>BTAinRVA</dc:creator>
      <dc:date>2015-09-24T18:00:15Z</dc:date>
    </item>
  </channel>
</rss>

