<?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: summary frequency table of 3   categorical varaibles in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/summary-frequency-table-of-3-categorical-varaibles/m-p/598251#M172519</link>
    <description>&lt;P&gt;Some of us will not (or cannot) download Microsoft Office attachments, as this is a security risk.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please show the desired output via screen capture, included in your reply via clicking on the Photos icon.&lt;/P&gt;</description>
    <pubDate>Mon, 21 Oct 2019 20:09:41 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2019-10-21T20:09:41Z</dc:date>
    <item>
      <title>summary frequency table of 3   categorical varaibles</title>
      <link>https://communities.sas.com/t5/SAS-Programming/summary-frequency-table-of-3-categorical-varaibles/m-p/598240#M172513</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I want to create a summary frequency table .&lt;/P&gt;
&lt;P&gt;The table will include 3&amp;nbsp;&amp;nbsp;categorical variables.&lt;/P&gt;
&lt;P&gt;In the summary table&amp;nbsp;there is interaction between two categorical variables&lt;/P&gt;
&lt;P&gt;Please see attach the table (how should it look like)&lt;/P&gt;
&lt;P&gt;Let's say that there are 3&amp;nbsp; &amp;nbsp;categorical :Z1,Z2,Z3&lt;/P&gt;
&lt;P&gt;Can anyone show by proc tabulate and proc report how to produce this summary report?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 19:49:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/summary-frequency-table-of-3-categorical-varaibles/m-p/598240#M172513</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2019-10-21T19:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: summary frequency table of 3   categorical varaibles</title>
      <link>https://communities.sas.com/t5/SAS-Programming/summary-frequency-table-of-3-categorical-varaibles/m-p/598247#M172517</link>
      <description>&lt;P&gt;I'd suggest you study this example using data from sashelp.cars:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
  set sashelp.cars;
  where make in ('Acura','Audi','Chevrolet');
run;

proc tabulate data=have;
  class make type origin;
  tables make * type all='TOTAL'
         ,
		 (origin all='TOTAL')*N=' '*f=8.0;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 21 Oct 2019 19:59:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/summary-frequency-table-of-3-categorical-varaibles/m-p/598247#M172517</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2019-10-21T19:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: summary frequency table of 3   categorical varaibles</title>
      <link>https://communities.sas.com/t5/SAS-Programming/summary-frequency-table-of-3-categorical-varaibles/m-p/598251#M172519</link>
      <description>&lt;P&gt;Some of us will not (or cannot) download Microsoft Office attachments, as this is a security risk.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please show the desired output via screen capture, included in your reply via clicking on the Photos icon.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 20:09:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/summary-frequency-table-of-3-categorical-varaibles/m-p/598251#M172519</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-10-21T20:09:41Z</dc:date>
    </item>
  </channel>
</rss>

