<?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: help with age adjusted mortality rate in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/help-with-age-adjusted-mortality-rate/m-p/112750#M5942</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seconding Reeza -- you need to read a good book on Logistic Regression, rather than asking for a tutorial on the statistical principles here.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"BBU" stands for "Books By Users" and you can find them on support.sas.com in the bookstore.&amp;nbsp; Paul Allison has a useful ones on Logistic Regression (there are others, I've read his) and he also does live training.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc Muhlbaier&lt;/P&gt;&lt;P&gt;Duke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 May 2012 16:31:55 GMT</pubDate>
    <dc:creator>Doc_Duke</dc:creator>
    <dc:date>2012-05-16T16:31:55Z</dc:date>
    <item>
      <title>help with age adjusted mortality rate</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/help-with-age-adjusted-mortality-rate/m-p/112745#M5937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I have data with around 60,000 observations. I need to calculate age adjusted mortality rates from it. I have variable Died (1 0) and AGE as continuous variable. I also have variable WEIGHT. how do I calculate age adjusted mortality rate?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can somebody please give me an example code or guide to appropriate link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 23:57:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/help-with-age-adjusted-mortality-rate/m-p/112745#M5937</guid>
      <dc:creator>claw13</dc:creator>
      <dc:date>2012-05-11T23:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: help with age adjusted mortality rate</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/help-with-age-adjusted-mortality-rate/m-p/112746#M5938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's a million dollar question for life insurers! Read the introduction to SAS survival analysis procedures at :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#introsurv_toc.htm"&gt;http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#introsurv_toc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 May 2012 03:12:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/help-with-age-adjusted-mortality-rate/m-p/112746#M5938</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2012-05-12T03:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: help with age adjusted mortality rate</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/help-with-age-adjusted-mortality-rate/m-p/112747#M5939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Claw13,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unless you also have a time-to-death variable, you need to be using logistic regression rather than the survival analysis that PG pointed to.&amp;nbsp; The syntax is in the documentation and Paul Allison has an excellent BBU with the how-to.&amp;nbsp; Interpreting risk adjusted estimates can be challenging at times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your WEIGHT variable is how heavy a person is, then it is just another control variable.&amp;nbsp; If it is a sampling weight, then there is a WEIGHT statement to address it.&amp;nbsp; IF you have results from a formal sample-survey design, you may be better served by using PROC SURVEYLOGISTIC (and by consulting with an expert in sample survey analysis!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc Muhlbaier&lt;/P&gt;&lt;P&gt;Duke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2012 14:27:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/help-with-age-adjusted-mortality-rate/m-p/112747#M5939</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2012-05-14T14:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: help with age adjusted mortality rate</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/help-with-age-adjusted-mortality-rate/m-p/112748#M5940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry but I don't know what you mean by "BBU" (I am new to forum). I am not sure how to get percentage rate from logistic regression (it gives odds ratio. right?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for death from disease "X". I dont have time variable. I need to get age and sex adjusted mortality rate. &lt;/P&gt;&lt;P&gt;Let me know if following is the correct way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;P&gt;10/100 people died from disease "X" . so crude mortality is 10%. &lt;/P&gt;&lt;P&gt;now I do logistic regression (model died= diseaseX age gender) and if I get odds ratio of 1.25.&lt;/P&gt;&lt;P&gt;So age and gender adjustment adds around 25% additional mortality. so 25% of crude mortality (10%) will be 2.5%.&lt;/P&gt;&lt;P&gt;So the age and gender adjusted mortality from disease X is 10% +2.5% = 12.5%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IS THIS CORRECT OR AM I COMPLETELY WRONG?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2012 03:14:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/help-with-age-adjusted-mortality-rate/m-p/112748#M5940</guid>
      <dc:creator>claw13</dc:creator>
      <dc:date>2012-05-16T03:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: help with age adjusted mortality rate</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/help-with-age-adjusted-mortality-rate/m-p/112749#M5941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wrong &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At least I think so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link and see if it makes sense.&lt;/P&gt;&lt;P&gt;&lt;A href="http://health.mo.gov/data/mica/CDP_MICA/AARate.html" title="http://health.mo.gov/data/mica/CDP_MICA/AARate.html"&gt;Age-Adjusted Rate Definition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically you don't age adjust to your population but to some standard population so all age adjusted ratio's can be compared across locations/regions etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RIGHT &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;If you're running a model and calculating mortality rates for a paper and would like to adjust for the age factor, ie age adjusted rates then the you would add age into the model. But I don't think your calculation of how to adjust is accurate either. You'll need to reference a logisitic regression book for that one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or I could be wrong entirely. It depends on your question and we need some more info on what you're trying to do to help answer that. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2012 16:22:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/help-with-age-adjusted-mortality-rate/m-p/112749#M5941</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-05-16T16:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: help with age adjusted mortality rate</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/help-with-age-adjusted-mortality-rate/m-p/112750#M5942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seconding Reeza -- you need to read a good book on Logistic Regression, rather than asking for a tutorial on the statistical principles here.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"BBU" stands for "Books By Users" and you can find them on support.sas.com in the bookstore.&amp;nbsp; Paul Allison has a useful ones on Logistic Regression (there are others, I've read his) and he also does live training.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc Muhlbaier&lt;/P&gt;&lt;P&gt;Duke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2012 16:31:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/help-with-age-adjusted-mortality-rate/m-p/112750#M5942</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2012-05-16T16:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: help with age adjusted mortality rate</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/help-with-age-adjusted-mortality-rate/m-p/112751#M5943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just to add: if "adjustment" in the sense of "standardization" is meant, then &lt;STRONG style="font-family: courier new,courier;"&gt;proc stdrate&lt;/STRONG&gt; could be of help, see&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings13/423-2013.pdf"&gt;https://support.sas.com/resources/papers/proceedings13/423-2013.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;which is a very nice thing I discovered recently.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Dec 2014 19:38:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/help-with-age-adjusted-mortality-rate/m-p/112751#M5943</guid>
      <dc:creator>psj2</dc:creator>
      <dc:date>2014-12-20T19:38:00Z</dc:date>
    </item>
  </channel>
</rss>

