<?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 and Standard Error (Output) in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-STDRATE-and-Standard-Error-Output/m-p/894514#M44313</link>
    <description>The formulas are clearly presented in the STDRATE documentation online. See the Details: Direct Standardization section. The standard error in the results is just the square root of the variance, and the formula for the directly standardized rate or risk is shown in that section.</description>
    <pubDate>Fri, 15 Sep 2023 17:11:43 GMT</pubDate>
    <dc:creator>StatDave</dc:creator>
    <dc:date>2023-09-15T17:11:43Z</dc:date>
    <item>
      <title>PROC STDRATE and Standard Error (Output)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-STDRATE-and-Standard-Error-Output/m-p/894513#M44312</link>
      <description>&lt;P&gt;Hi guys,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using &lt;STRONG&gt;proc stdrate/direct method&lt;/STRONG&gt; to make a simple adjustment age/sexe of my study population.&lt;/P&gt;&lt;P&gt;I wish to have a better understanding of either the formula or the conceptual procedure used by SAS to calculate&amp;nbsp;the &lt;STRONG&gt;Standard Error displayed by-default in the Output&lt;/STRONG&gt;;&amp;nbsp;Is it possible to either &lt;STRONG&gt;change/add/or replace&lt;/STRONG&gt; this information for example by the standard deviation or the variance ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where could I obtain more details about these statistics (applied by SAS) ... the details are scarce in my opinion, or I am not looking at the right place.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks you so much for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 17:05:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-STDRATE-and-Standard-Error-Output/m-p/894513#M44312</guid>
      <dc:creator>joe_perez</dc:creator>
      <dc:date>2023-09-15T17:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: PROC STDRATE and Standard Error (Output)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-STDRATE-and-Standard-Error-Output/m-p/894514#M44313</link>
      <description>The formulas are clearly presented in the STDRATE documentation online. See the Details: Direct Standardization section. The standard error in the results is just the square root of the variance, and the formula for the directly standardized rate or risk is shown in that section.</description>
      <pubDate>Fri, 15 Sep 2023 17:11:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-STDRATE-and-Standard-Error-Output/m-p/894514#M44313</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2023-09-15T17:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: PROC STDRATE and Standard Error (Output)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-STDRATE-and-Standard-Error-Output/m-p/894516#M44314</link>
      <description>&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;I'll verify all that again.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a great day !&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 17:28:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-STDRATE-and-Standard-Error-Output/m-p/894516#M44314</guid>
      <dc:creator>joe_perez</dc:creator>
      <dc:date>2023-09-15T17:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: PROC STDRATE and Standard Error (Output)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-STDRATE-and-Standard-Error-Output/m-p/894555#M44316</link>
      <description>&lt;P&gt;Sorry for coming back.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using a &lt;STRONG&gt;PROC UNIVARIATE,&lt;/STRONG&gt;, the Standard deviation in the Output is indeed the square root of the variance,&lt;/P&gt;&lt;P&gt;but using a &lt;STRONG&gt;PROC STDRATE&lt;/STRONG&gt; (to calculate an adjusted rate/adjusted proportion), the &lt;STRONG&gt;Standard Error is the equivalent of the Standard deviation&lt;/STRONG&gt; (but in this case applied to a proportion) ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;... thanks in advance for your support.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 18:52:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-STDRATE-and-Standard-Error-Output/m-p/894555#M44316</guid>
      <dc:creator>joe_perez</dc:creator>
      <dc:date>2023-09-15T18:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: PROC STDRATE and Standard Error (Output)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-STDRATE-and-Standard-Error-Output/m-p/894556#M44317</link>
      <description>The directly standardized rate or risk is a statistic computed from the observations in the provided data. The standard error of that statistic is the standard deviation of the distribution of that statistic. It is the appropriate measure of variability on the values of the statistic. The standard deviation, as computed in PROC UNIVARIATE or PROC MEANS, is a measure of the variability of a set of observations themselves, not of a statistic computed on those observations.</description>
      <pubDate>Fri, 15 Sep 2023 18:59:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-STDRATE-and-Standard-Error-Output/m-p/894556#M44317</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2023-09-15T18:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: PROC STDRATE and Standard Error (Output)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-STDRATE-and-Standard-Error-Output/m-p/894561#M44318</link>
      <description>That was very very helpful ...</description>
      <pubDate>Fri, 15 Sep 2023 19:24:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-STDRATE-and-Standard-Error-Output/m-p/894561#M44318</guid>
      <dc:creator>joe_perez</dc:creator>
      <dc:date>2023-09-15T19:24:22Z</dc:date>
    </item>
  </channel>
</rss>

