<?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: proc stdrate for indirect standardized rate estimates in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/proc-stdrate-for-indirect-standardized-rate-estimates/m-p/701555#M33858</link>
    <description>&lt;P&gt;That same example now appears in the Getting Started section of the PROC STDRATE documentation in the SAS/STAT User's Guide. In that documentation, you can find the formulas for computing the indirectly standardized rate. See the "Details: Indirect Standardization" section.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 15:28:22 GMT</pubDate>
    <dc:creator>StatDave</dc:creator>
    <dc:date>2020-11-25T15:28:22Z</dc:date>
    <item>
      <title>proc stdrate for indirect standardized rate estimates</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-stdrate-for-indirect-standardized-rate-estimates/m-p/701446#M33852</link>
      <description>&lt;P&gt;in example &lt;A href="https://support.sas.com/resources/papers/proceedings13/423-2013.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings13/423-2013.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;for the indirect standardization, how can I get the standardized rate estimate 2.6829 (Figure 19 Standardized Rate Estimates (Indirect Standardization)) by programme.&amp;nbsp; Thank you very much.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 07:12:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-stdrate-for-indirect-standardized-rate-estimates/m-p/701446#M33852</guid>
      <dc:creator>dimsum</dc:creator>
      <dc:date>2020-11-25T07:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: proc stdrate for indirect standardized rate estimates</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-stdrate-for-indirect-standardized-rate-estimates/m-p/701465#M33853</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/358467"&gt;@dimsum&lt;/a&gt;&amp;nbsp;and welcome to the SAS Support Communities!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you run the code from page 12 of the paper (three steps), you'll find that estimate in the last table (headed "Standardized Rate") of the output, assuming that SAS/STAT is installed. After each of the two data steps make sure that the inline data were read correctly. When I copied the data step code into my SAS session the columns were no longer aligned, so I decided to adapt the INPUT statements:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;input Age :$5. Event :comma. PYear :comma.;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you need the standardized rate estimate in a SAS dataset for further processing, add an ODS OUTPUT statement before (or in) the PROC STDRATE step:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods output stdrate=sr;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Then variable &lt;FONT face="courier new,courier"&gt;StdRate&lt;/FONT&gt; of dataset &lt;FONT face="courier new,courier"&gt;sr&lt;/FONT&gt; will contain the estimate.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 12:55:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-stdrate-for-indirect-standardized-rate-estimates/m-p/701465#M33853</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2020-11-25T12:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: proc stdrate for indirect standardized rate estimates</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-stdrate-for-indirect-standardized-rate-estimates/m-p/701555#M33858</link>
      <description>&lt;P&gt;That same example now appears in the Getting Started section of the PROC STDRATE documentation in the SAS/STAT User's Guide. In that documentation, you can find the formulas for computing the indirectly standardized rate. See the "Details: Indirect Standardization" section.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 15:28:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-stdrate-for-indirect-standardized-rate-estimates/m-p/701555#M33858</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2020-11-25T15:28:22Z</dc:date>
    </item>
  </channel>
</rss>

