<?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 Proportionate Mortality Ratios and their 95% CI in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proportionate-Mortality-Ratios-and-their-95-CI/m-p/280428#M14774</link>
    <description>&lt;P&gt;Hello everyone. I'm new to this site and a rookie in SAS. I have this project requiring me to calculate the proportionate mortality ratios for the causes of death along with their 95% CI. How would I go about doing that in SAS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jun 2016 14:27:03 GMT</pubDate>
    <dc:creator>jg3</dc:creator>
    <dc:date>2016-06-27T14:27:03Z</dc:date>
    <item>
      <title>Proportionate Mortality Ratios and their 95% CI</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proportionate-Mortality-Ratios-and-their-95-CI/m-p/280428#M14774</link>
      <description>&lt;P&gt;Hello everyone. I'm new to this site and a rookie in SAS. I have this project requiring me to calculate the proportionate mortality ratios for the causes of death along with their 95% CI. How would I go about doing that in SAS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 14:27:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proportionate-Mortality-Ratios-and-their-95-CI/m-p/280428#M14774</guid>
      <dc:creator>jg3</dc:creator>
      <dc:date>2016-06-27T14:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Proportionate Mortality Ratios and their 95% CI</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proportionate-Mortality-Ratios-and-their-95-CI/m-p/280431#M14775</link>
      <description>&lt;P&gt;It's easier to provide helpful examples if you can supply some sample data. &amp;nbsp;But in general, you might look at survival analysis (PROC LIFETEST). &amp;nbsp;See &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-Survive-Survival-Analysis-in-SAS-University-Edition-Part/ta-p/254788" target="_self"&gt;an article here&lt;/A&gt;. &amp;nbsp;Example &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_lifetest_examples04.htm" target="_self"&gt;from doc here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 14:35:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proportionate-Mortality-Ratios-and-their-95-CI/m-p/280431#M14775</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-06-27T14:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Proportionate Mortality Ratios and their 95% CI</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proportionate-Mortality-Ratios-and-their-95-CI/m-p/280432#M14776</link>
      <description>&lt;P&gt;Thanks for the reply. So what I have is about 1500 observations with individuals diganosed with developmental disorders in a csv file. With the underlying causes of death that I'm going to categorize them into different categories according to their ICD10 code. My job is to then calculate the PMR for those causes of death and their 95% confidence interval.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does this help?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 14:45:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proportionate-Mortality-Ratios-and-their-95-CI/m-p/280432#M14776</guid>
      <dc:creator>jg3</dc:creator>
      <dc:date>2016-06-27T14:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Proportionate Mortality Ratios and their 95% CI</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proportionate-Mortality-Ratios-and-their-95-CI/m-p/280452#M14780</link>
      <description>&lt;P&gt;Okay, maybe not LIFETEST since you didn't mention a time series or survival time component. &amp;nbsp;Maybe proportional odds model using PROC LOGISTIC or similar? &amp;nbsp;Check &lt;A href="http://www2.sas.com/proceedings/sugi30/205-30.pdf" target="_self"&gt;this paper to see if it fits your need&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A real statistician (that is: not me) might chime in with a more specific suggestion.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 15:17:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proportionate-Mortality-Ratios-and-their-95-CI/m-p/280452#M14780</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-06-27T15:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Proportionate Mortality Ratios and their 95% CI</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proportionate-Mortality-Ratios-and-their-95-CI/m-p/280455#M14781</link>
      <description>Thanks! I forgot to mention that the dataset consist of data from 1999-2014 if that makes a difference.</description>
      <pubDate>Mon, 27 Jun 2016 15:19:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proportionate-Mortality-Ratios-and-their-95-CI/m-p/280455#M14781</guid>
      <dc:creator>jg3</dc:creator>
      <dc:date>2016-06-27T15:19:40Z</dc:date>
    </item>
  </channel>
</rss>

