<?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 Creating Age Groups in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Creating-Age-Groups/m-p/611899#M8490</link>
    <description>&lt;P&gt;Please help me out. I am trying to group Age variable say &amp;lt;10, 11-20, 30-40 and 40&amp;gt; and compute the number of occurence that falls within the range but I have been having challenge doing it. I am using the SAS studio&lt;/P&gt;</description>
    <pubDate>Sun, 15 Dec 2019 17:59:41 GMT</pubDate>
    <dc:creator>mshelmike</dc:creator>
    <dc:date>2019-12-15T17:59:41Z</dc:date>
    <item>
      <title>Creating Age Groups</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Creating-Age-Groups/m-p/611899#M8490</link>
      <description>&lt;P&gt;Please help me out. I am trying to group Age variable say &amp;lt;10, 11-20, 30-40 and 40&amp;gt; and compute the number of occurence that falls within the range but I have been having challenge doing it. I am using the SAS studio&lt;/P&gt;</description>
      <pubDate>Sun, 15 Dec 2019 17:59:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Creating-Age-Groups/m-p/611899#M8490</guid>
      <dc:creator>mshelmike</dc:creator>
      <dc:date>2019-12-15T17:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Age Groups</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Creating-Age-Groups/m-p/611902#M8491</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can do a frequency of AGE using proc freq.&amp;nbsp; But the problem is that it will tabulate individual age values, rather than the age groups of interest to you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could create a new variable, AGE_GROUP, calculated from AGE, and then get a frequency table of the new variable.&amp;nbsp; Or I recommend you create a format for AGE, which establishes age groups.&amp;nbsp; And then tell PROC FREQ to do a frequency of AGE using the format you have defined.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you set up the proc freq (without grouping) yet?&amp;nbsp; I recommend you show that code, and then we can be more useful in helping you.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Dec 2019 18:32:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Creating-Age-Groups/m-p/611902#M8491</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2019-12-15T18:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Age Groups</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Creating-Age-Groups/m-p/613212#M8508</link>
      <description>&lt;P&gt;Thank you for the suggestion. I created&amp;nbsp;&lt;SPAN&gt;AGE_GROUP, calculated from AGE, and then got a frequency table of the new variable.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2019 10:42:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Creating-Age-Groups/m-p/613212#M8508</guid>
      <dc:creator>mshelmike</dc:creator>
      <dc:date>2019-12-20T10:42:29Z</dc:date>
    </item>
  </channel>
</rss>

