<?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: Funnel plot for standardized rate in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Funnel-plot-for-standardized-rate/m-p/405514#M269332</link>
    <description>&lt;P&gt;Hi Isevr,&lt;/P&gt;&lt;P&gt;I am having the same problem as you. Did you manage to write a sytnax for the intervals for SMR using the poisson distribution? Would you mind sharing it? That would be so helpful!&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
    <pubDate>Thu, 19 Oct 2017 13:06:45 GMT</pubDate>
    <dc:creator>sasseln</dc:creator>
    <dc:date>2017-10-19T13:06:45Z</dc:date>
    <item>
      <title>Funnel plot for standardized rate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Funnel-plot-for-standardized-rate/m-p/267013#M269327</link>
      <description>&lt;P&gt;Hy,&lt;/P&gt;&lt;DIV&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;I raise&lt;/SPAN&gt; &lt;SPAN&gt;an unresolved issue&lt;/SPAN&gt; &lt;SPAN&gt;posted&lt;/SPAN&gt; &lt;SPAN class=""&gt;in 2013.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-message-body"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am wondering if anyone has had experience working with indirectly standardized rates.&lt;/P&gt;&lt;P&gt;Standardized rates is the product of the target crude rate and the ratio of observed to expected values from the relevant regression model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;In short, I try to compute the control limits by using the formulas in Appendix A.2.1.in Spiegelhalter's 2005 paper on funnel plots.&lt;/DIV&gt;&lt;DIV class="lia-message-body-content"&gt;I'm working on SAS 9.3.&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;IE&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Apr 2016 16:02:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Funnel-plot-for-standardized-rate/m-p/267013#M269327</guid>
      <dc:creator>Isevr</dc:creator>
      <dc:date>2016-04-28T16:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Funnel plot for standardized rate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Funnel-plot-for-standardized-rate/m-p/267496#M269328</link>
      <description>Hi:&lt;BR /&gt;  Look at these 2 blog posts. One of them mentions the Spiegelhalter paper:&lt;BR /&gt;&lt;A href="http://blogs.sas.com/content/iml/2011/04/15/funnel-plots-an-alternative-to-ranking.html" target="_blank"&gt;http://blogs.sas.com/content/iml/2011/04/15/funnel-plots-an-alternative-to-ranking.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://blogs.sas.com/content/iml/2011/11/23/funnel-plots-for-proportions.html" target="_blank"&gt;http://blogs.sas.com/content/iml/2011/11/23/funnel-plots-for-proportions.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;cynthia</description>
      <pubDate>Sun, 01 May 2016 16:58:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Funnel-plot-for-standardized-rate/m-p/267496#M269328</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-05-01T16:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Funnel plot for standardized rate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Funnel-plot-for-standardized-rate/m-p/267542#M269329</link>
      <description>&lt;P&gt;Thank you for answering.&lt;/P&gt;&lt;P&gt;These papers are for binomial and normal variables, I'm looking for the application for poisson variable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Isabelle&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2016 07:14:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Funnel-plot-for-standardized-rate/m-p/267542#M269329</guid>
      <dc:creator>Isevr</dc:creator>
      <dc:date>2016-05-02T07:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Funnel plot for standardized rate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Funnel-plot-for-standardized-rate/m-p/267964#M269330</link>
      <description>&lt;P&gt;Yes, but Spieghalter show in Appendix A.2 how to compute the limits for the Poisson case. The second blog post uses the formulas from Appendix A.1, but the idea is the same. The important programming detail is that you can use the&amp;nbsp;QUANTILE function to invert the cumulative Poisson distribution (F^{-1} in the paper). For the interpolation, mimic what the blog post does when it interpolates the binomial proportions.&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 14:31:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Funnel-plot-for-standardized-rate/m-p/267964#M269330</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-05-03T14:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Funnel plot for standardized rate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Funnel-plot-for-standardized-rate/m-p/267974#M269331</link>
      <description>&lt;P&gt;I try to.It seems to work for smr (target theta=1) but for standardized ratio with target not equal to 1, it is not so simple.&lt;/P&gt;&lt;P&gt;Thank you anyway.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 14:55:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Funnel-plot-for-standardized-rate/m-p/267974#M269331</guid>
      <dc:creator>Isevr</dc:creator>
      <dc:date>2016-05-03T14:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Funnel plot for standardized rate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Funnel-plot-for-standardized-rate/m-p/405514#M269332</link>
      <description>&lt;P&gt;Hi Isevr,&lt;/P&gt;&lt;P&gt;I am having the same problem as you. Did you manage to write a sytnax for the intervals for SMR using the poisson distribution? Would you mind sharing it? That would be so helpful!&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2017 13:06:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Funnel-plot-for-standardized-rate/m-p/405514#M269332</guid>
      <dc:creator>sasseln</dc:creator>
      <dc:date>2017-10-19T13:06:45Z</dc:date>
    </item>
  </channel>
</rss>

