<?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 Summarizing table in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Summarizing-table/m-p/783822#M32016</link>
    <description>&lt;P&gt;I need to create something similar to a demographic table. I'm slowly building it piece by piece, but I'm stuck on one part. The top columns are correct with the race, but I need my age groups on the side (in rows), along with other variables such as gender and injury type etc. Also, how do I remove the "N", just so it can display the count?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pixydust12_0-1638500555083.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/66363i12B89A88764E7370/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Pixydust12_0-1638500555083.png" alt="Pixydust12_0-1638500555083.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;proc tabulate data=XX;&lt;BR /&gt;class Sexname age racename;&lt;BR /&gt;table (racename)*(age all);&lt;BR /&gt;format age agegrp.;&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Dec 2021 03:07:30 GMT</pubDate>
    <dc:creator>Pixydust12</dc:creator>
    <dc:date>2021-12-03T03:07:30Z</dc:date>
    <item>
      <title>Summarizing table</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Summarizing-table/m-p/783822#M32016</link>
      <description>&lt;P&gt;I need to create something similar to a demographic table. I'm slowly building it piece by piece, but I'm stuck on one part. The top columns are correct with the race, but I need my age groups on the side (in rows), along with other variables such as gender and injury type etc. Also, how do I remove the "N", just so it can display the count?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pixydust12_0-1638500555083.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/66363i12B89A88764E7370/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Pixydust12_0-1638500555083.png" alt="Pixydust12_0-1638500555083.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;proc tabulate data=XX;&lt;BR /&gt;class Sexname age racename;&lt;BR /&gt;table (racename)*(age all);&lt;BR /&gt;format age agegrp.;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 03:07:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Summarizing-table/m-p/783822#M32016</guid>
      <dc:creator>Pixydust12</dc:creator>
      <dc:date>2021-12-03T03:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Summarizing table</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Summarizing-table/m-p/783825#M32018</link>
      <description>proc tabulate data=XX;&lt;BR /&gt;class Sexname age racename;&lt;BR /&gt;table (age all), (racename)*N=‘’;&lt;BR /&gt;format age agegrp.;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;Do not copy/paste - type it out or it will not work for you.</description>
      <pubDate>Fri, 03 Dec 2021 03:19:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Summarizing-table/m-p/783825#M32018</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-12-03T03:19:20Z</dc:date>
    </item>
  </channel>
</rss>

