<?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 Macro for standardizing for age in IRR SAS 9.2 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Macro-for-standardizing-for-age-in-IRR-SAS-9-2/m-p/173774#M33351</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently trying to standardize IRR by age and sex. However my current version, SAS 9.2 does not have the Proc STDRATE statement. I am unsure of how I can generate standardized IRR without this procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a macro or know how to standardize ratios, please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Chloe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Feb 2014 19:49:46 GMT</pubDate>
    <dc:creator>chloeb</dc:creator>
    <dc:date>2014-02-13T19:49:46Z</dc:date>
    <item>
      <title>Macro for standardizing for age in IRR SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-for-standardizing-for-age-in-IRR-SAS-9-2/m-p/173774#M33351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently trying to standardize IRR by age and sex. However my current version, SAS 9.2 does not have the Proc STDRATE statement. I am unsure of how I can generate standardized IRR without this procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a macro or know how to standardize ratios, please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Chloe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 19:49:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-for-standardizing-for-age-in-IRR-SAS-9-2/m-p/173774#M33351</guid>
      <dc:creator>chloeb</dc:creator>
      <dc:date>2014-02-13T19:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for standardizing for age in IRR SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-for-standardizing-for-age-in-IRR-SAS-9-2/m-p/173775#M33352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a fairly simple data step calculation if you have the data. But what version of SAS/STAT are you on?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I like this paper because it has worked examples so its easy to see the logic of how to standardize your rates.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.apheo.ca/resources/indicators/Standardization%20report_NamBains_FINALMarch16.pdf" title="http://www.apheo.ca/resources/indicators/Standardization%20report_NamBains_FINALMarch16.pdf"&gt;http://www.apheo.ca/resources/indicators/Standardization%20report_NamBains_FINALMarch16.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 20:02:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-for-standardizing-for-age-in-IRR-SAS-9-2/m-p/173775#M33352</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-02-13T20:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for standardizing for age in IRR SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-for-standardizing-for-age-in-IRR-SAS-9-2/m-p/173776#M33353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Reeza! I am currently using SAS version 9.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any resources for coding the standardization of incidence rate ratios? I think I understand the basic logic of standardizing by age, however, I am at loss at finding a SAS code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Chloe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 20:07:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-for-standardizing-for-age-in-IRR-SAS-9-2/m-p/173776#M33353</guid>
      <dc:creator>chloeb</dc:creator>
      <dc:date>2014-02-13T20:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for standardizing for age in IRR SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-for-standardizing-for-age-in-IRR-SAS-9-2/m-p/173777#M33354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're looking for a macro then I don't have one, but I'm sure they're out there.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Realistically, I'd just write my code, because its so straight forward. You'd have to test and decode the macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a few options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sas.com/offices/NA/canada/downloads/UserGroups/Health-UG-April11/SAS_HUG_Ash.pdf" title="http://www.sas.com/offices/NA/canada/downloads/UserGroups/Health-UG-April11/SAS_HUG_Ash.pdf"&gt;http://www.sas.com/offices/NA/canada/downloads/UserGroups/Health-UG-April11/SAS_HUG_Ash.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.lexjansen.com/wuss/2007/CodersCorner/COD_Zheng_AddingTheFeature.pdf" title="http://www.lexjansen.com/wuss/2007/CodersCorner/COD_Zheng_AddingTheFeature.pdf"&gt;http://www.lexjansen.com/wuss/2007/CodersCorner/COD_Zheng_AddingTheFeature.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.lexjansen.com/mwsug/2005/Pharmaceutical_Healthcare/PH600.pdf" title="http://www.lexjansen.com/mwsug/2005/Pharmaceutical_Healthcare/PH600.pdf"&gt;http://www.lexjansen.com/mwsug/2005/Pharmaceutical_Healthcare/PH600.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GOOGLE Search : Age Standardization site:lexjansen.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 21:35:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-for-standardizing-for-age-in-IRR-SAS-9-2/m-p/173777#M33354</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-02-13T21:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for standardizing for age in IRR SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macro-for-standardizing-for-age-in-IRR-SAS-9-2/m-p/173778#M33355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Reeza! This helps a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chloe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 22:01:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macro-for-standardizing-for-age-in-IRR-SAS-9-2/m-p/173778#M33355</guid>
      <dc:creator>chloeb</dc:creator>
      <dc:date>2014-02-13T22:01:44Z</dc:date>
    </item>
  </channel>
</rss>

