<?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: a question about how to do age-adjustment in SAS in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/a-question-about-how-to-do-age-adjustment-in-SAS/m-p/770839#M37688</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have not read below paper, but does it help you?&lt;/P&gt;
&lt;P&gt;Adding the Feature of Age Adjustment for Survey-related Procedures in SAS&lt;/P&gt;
&lt;P&gt;-- Age Adjusting Prevalence Estimates from Population Based Surveys&lt;BR /&gt;Zhiwei Zeng, County of Los Angeles, Los Angeles, CA&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.lexjansen.com/wuss/2007/CodersCorner/COD_Zheng_AddingTheFeature.pdf" target="_blank"&gt;https://www.lexjansen.com/wuss/2007/CodersCorner/COD_Zheng_AddingTheFeature.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It is a paper from the SAS WUSS (WESTERN USERS OF SAS SOFTWARE) 2007 conference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Always a good idea to check :&lt;BR /&gt;&lt;A href="https://www.lexjansen.com/" target="_blank"&gt;https://www.lexjansen.com/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;when searching for SAS programs on a topic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
    <pubDate>Tue, 28 Sep 2021 10:17:27 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2021-09-28T10:17:27Z</dc:date>
    <item>
      <title>a question about how to do age-adjustment in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/a-question-about-how-to-do-age-adjustment-in-SAS/m-p/770818#M37687</link>
      <description>&lt;P&gt;dear friends,&lt;/P&gt;&lt;P&gt;I want to&amp;nbsp; age-standardize the prevalence of different groups divided by agegroup, but I don't know how to implement it in SAS system. And some questions are still remaining. First, can I age-standardize the prevalence of different groups divided by agegroup? and second, how to write the code? here is my code ,but it seems that the prevalence is not age-standardized or only the total prevanlence is adjusted and others isn't.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc format;&lt;BR /&gt;VALUE riagendr 1 = 'Male'&lt;BR /&gt;2 = 'Female';&lt;BR /&gt;VALUE agegroup 1 = '18-44'&lt;BR /&gt;2 = '45-64'&lt;BR /&gt;3 = '65+';&lt;BR /&gt;value weightcat 1="bmi 0-24.9"&lt;BR /&gt;2="bmi 25-29.9"&lt;BR /&gt;3="bmi 30-34.9"&lt;BR /&gt;4="bmi 35+";&lt;BR /&gt;VALUE waistgroup 1="Abdominal obesity"&lt;BR /&gt;0="no Abdominal obesity";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;PROC SURVEYREG data=diffcomcat nomcar;&lt;BR /&gt;STRATA sdmvstra;CLUSTER sdmvpsu;CLASS agegroup;WEIGHT wtmec12yr;DOMAIN sub;&lt;BR /&gt;MODEL comcat = agegroup /noint solution vadjust=none;&lt;BR /&gt;ESTIMATE 'total' agegroup 0.5305 0.2992 0.1703;&lt;BR /&gt;TITLE 'Age-standardized prevalence of persons 18 years and older with comcat-age';&lt;BR /&gt;ods OUTPUT estimates=comcatageadj_prev_total;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;help please!!!!!!!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 08:11:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/a-question-about-how-to-do-age-adjustment-in-SAS/m-p/770818#M37687</guid>
      <dc:creator>liiiiiiiib</dc:creator>
      <dc:date>2021-09-28T08:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: a question about how to do age-adjustment in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/a-question-about-how-to-do-age-adjustment-in-SAS/m-p/770839#M37688</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have not read below paper, but does it help you?&lt;/P&gt;
&lt;P&gt;Adding the Feature of Age Adjustment for Survey-related Procedures in SAS&lt;/P&gt;
&lt;P&gt;-- Age Adjusting Prevalence Estimates from Population Based Surveys&lt;BR /&gt;Zhiwei Zeng, County of Los Angeles, Los Angeles, CA&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.lexjansen.com/wuss/2007/CodersCorner/COD_Zheng_AddingTheFeature.pdf" target="_blank"&gt;https://www.lexjansen.com/wuss/2007/CodersCorner/COD_Zheng_AddingTheFeature.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It is a paper from the SAS WUSS (WESTERN USERS OF SAS SOFTWARE) 2007 conference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Always a good idea to check :&lt;BR /&gt;&lt;A href="https://www.lexjansen.com/" target="_blank"&gt;https://www.lexjansen.com/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;when searching for SAS programs on a topic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 10:17:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/a-question-about-how-to-do-age-adjustment-in-SAS/m-p/770839#M37688</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-09-28T10:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: a question about how to do age-adjustment in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/a-question-about-how-to-do-age-adjustment-in-SAS/m-p/770887#M37691</link>
      <description>&lt;P&gt;Standardization of rates (for count response) and risks (for binary responses) can be done in PROC STDRATE. You can find examples in the STDRATE documentation. However, it is not appropriate for sample survey data if that is the nature of your data.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 13:36:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/a-question-about-how-to-do-age-adjustment-in-SAS/m-p/770887#M37691</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2021-09-28T13:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: a question about how to do age-adjustment in SAS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/a-question-about-how-to-do-age-adjustment-in-SAS/m-p/771117#M37715</link>
      <description>&lt;P&gt;thank you for your help, but it doesn't solve my problem. Owing to my poor&amp;nbsp;Statistical knowledge, I wonder whether it's ok to do age-adjustment in groups devided by age.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 12:17:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/a-question-about-how-to-do-age-adjustment-in-SAS/m-p/771117#M37715</guid>
      <dc:creator>liiiiiiiib</dc:creator>
      <dc:date>2021-09-29T12:17:16Z</dc:date>
    </item>
  </channel>
</rss>

