<?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 Tabulate in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Tabulate/m-p/71370#M20603</link>
    <description>How can one achieve a layout like this using proc tabulate? if not tabulate than what other procedure can I use.&lt;BR /&gt;
Hope the layout is preserved...basically I need a cross tab, grade in rows with total, then gender and year in columns, with a year on year growth, and a column total.&lt;BR /&gt;
&lt;BR /&gt;
                      Male                              Female                        Total &lt;BR /&gt;
               2005     2006   %incr       2005     2006   %incr       2005    2006   %incr&lt;BR /&gt;
Grade&lt;BR /&gt;
1              10          20       100%      10        20       100%      20       40     100% &lt;BR /&gt;
2              10          20       100%      10        20       100%      20       40     100%&lt;BR /&gt;
Total         20          40       100%       20       40       100%      40       80     100%&lt;BR /&gt;
&lt;BR /&gt;
Brendan</description>
    <pubDate>Tue, 27 Jan 2009 09:45:16 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-01-27T09:45:16Z</dc:date>
    <item>
      <title>Tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Tabulate/m-p/71370#M20603</link>
      <description>How can one achieve a layout like this using proc tabulate? if not tabulate than what other procedure can I use.&lt;BR /&gt;
Hope the layout is preserved...basically I need a cross tab, grade in rows with total, then gender and year in columns, with a year on year growth, and a column total.&lt;BR /&gt;
&lt;BR /&gt;
                      Male                              Female                        Total &lt;BR /&gt;
               2005     2006   %incr       2005     2006   %incr       2005    2006   %incr&lt;BR /&gt;
Grade&lt;BR /&gt;
1              10          20       100%      10        20       100%      20       40     100% &lt;BR /&gt;
2              10          20       100%      10        20       100%      20       40     100%&lt;BR /&gt;
Total         20          40       100%       20       40       100%      40       80     100%&lt;BR /&gt;
&lt;BR /&gt;
Brendan</description>
      <pubDate>Tue, 27 Jan 2009 09:45:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Tabulate/m-p/71370#M20603</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-01-27T09:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Tabulate/m-p/71371#M20604</link>
      <description>have a look at denominator definitions.&lt;BR /&gt;
One variation allows you to define an analysis variable as the denominator. Then you achieve ratios.&lt;BR /&gt;
&lt;BR /&gt;
PeterC</description>
      <pubDate>Tue, 27 Jan 2009 12:11:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Tabulate/m-p/71371#M20604</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-01-27T12:11:30Z</dc:date>
    </item>
  </channel>
</rss>

