<?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: age gender standardized incidence rate in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/age-gender-standardized-incidence-rate/m-p/301222#M16014</link>
    <description>&lt;P&gt;Or you can try install SAS university edition, which is free, and always contains the newest features.&lt;/P&gt;</description>
    <pubDate>Wed, 28 Sep 2016 11:51:31 GMT</pubDate>
    <dc:creator>JacobSimonsen</dc:creator>
    <dc:date>2016-09-28T11:51:31Z</dc:date>
    <item>
      <title>age gender standardized incidence rate</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/age-gender-standardized-incidence-rate/m-p/301073#M16004</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to calculate the standardized &amp;nbsp;incidence rate(crude of death) for my data set, for people on a treatment vs not on the treatment,compare to a reference group.&lt;/P&gt;&lt;P&gt;my sas version doesn't have " proc stdrate".&lt;/P&gt;&lt;P&gt;can anyone help with how to calculate that using SAS? sample code will be appreciated.&lt;/P&gt;&lt;P&gt;I have never done this before and know don't know very much about calculating the rates.&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2016 16:45:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/age-gender-standardized-incidence-rate/m-p/301073#M16004</guid>
      <dc:creator>mcdyn</dc:creator>
      <dc:date>2016-09-27T16:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: age gender standardized incidence rate</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/age-gender-standardized-incidence-rate/m-p/301086#M16005</link>
      <description>&lt;P&gt;What what version of SAS do you have? If you run the following do you see SAS/STAT?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems weird that some dealing with this type of info wouldn't have SAS/STAT&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc product_status;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2016 17:40:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/age-gender-standardized-incidence-rate/m-p/301086#M16005</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-09-27T17:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: age gender standardized incidence rate</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/age-gender-standardized-incidence-rate/m-p/301089#M16006</link>
      <description>&lt;P&gt;PROC STDRATE was introduced in SAS/STAT 12.1, which was released in 2012 as part of SAS 9.3m2. SAS versions prior to that release will not contain PROC STDRATE.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2016 17:48:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/age-gender-standardized-incidence-rate/m-p/301089#M16006</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-09-27T17:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: age gender standardized incidence rate</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/age-gender-standardized-incidence-rate/m-p/301090#M16007</link>
      <description>&lt;P&gt;thanks Reeza for reponding.&lt;/P&gt;&lt;P&gt;I'm using&amp;nbsp; SAS (r) Proprietary Software 9.3 (TS1M0). I looked&amp;nbsp; on the support SAS website and proc stdrate is avalable from 9.3 TS1M1.&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2016 17:49:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/age-gender-standardized-incidence-rate/m-p/301090#M16007</guid>
      <dc:creator>mcdyn</dc:creator>
      <dc:date>2016-09-27T17:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: age gender standardized incidence rate</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/age-gender-standardized-incidence-rate/m-p/301100#M16008</link>
      <description>&lt;P&gt;So there are macro's for doing this but it's a relatively easy calculation so you can pick your poison.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/Base-SAS-Programming/Macro-for-standardizing-for-age-in-IRR-SAS-9-2/td-p/173774" target="_blank"&gt;https://communities.sas.com/t5/Base-SAS-Programming/Macro-for-standardizing-for-age-in-IRR-SAS-9-2/td-p/173774&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2016 18:34:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/age-gender-standardized-incidence-rate/m-p/301100#M16008</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-09-27T18:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: age gender standardized incidence rate</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/age-gender-standardized-incidence-rate/m-p/301222#M16014</link>
      <description>&lt;P&gt;Or you can try install SAS university edition, which is free, and always contains the newest features.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2016 11:51:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/age-gender-standardized-incidence-rate/m-p/301222#M16014</guid>
      <dc:creator>JacobSimonsen</dc:creator>
      <dc:date>2016-09-28T11:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: age gender standardized incidence rate</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/age-gender-standardized-incidence-rate/m-p/301295#M16023</link>
      <description>&lt;P&gt;thanks. so much useful info here&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2016 14:23:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/age-gender-standardized-incidence-rate/m-p/301295#M16023</guid>
      <dc:creator>mcdyn</dc:creator>
      <dc:date>2016-09-28T14:23:32Z</dc:date>
    </item>
  </channel>
</rss>

