<?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: proc Freq 2 way tables in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/proc-Freq-2-way-tables/m-p/674960#M32310</link>
    <description>&lt;P&gt;That's why you don't get NE in STUDY_RES in the output table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can trick PROC FREQ by adding a row to your raw data set that has NE in STUDY_RES. For this to work, you would have to assign a weight variable with a value of 0 to this row, and a value of 1 to all other rows. Then you would add a WEIGHT statement that uses this weight variable to PROC FREQ.&lt;/P&gt;</description>
    <pubDate>Thu, 06 Aug 2020 11:28:22 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2020-08-06T11:28:22Z</dc:date>
    <item>
      <title>proc Freq 2 way tables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-Freq-2-way-tables/m-p/674912#M32307</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;when I write the below code.&lt;/P&gt;&lt;P&gt;proc freq data=inp_ds ;&lt;BR /&gt;tables var_res*study_res / nocol norow nopercent ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;i am getting below output.But I want NE which is in column(var-res) also to be in row(study_res) with all zero values.&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;EM&gt;Table&amp;nbsp;of&amp;nbsp;Var_Res&amp;nbsp;by&amp;nbsp;Study_Res&lt;/EM&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;EM&gt;Var_Res(Var_Res)&lt;/EM&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;EM&gt;Study_Res(Study_Res)&lt;/EM&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;EM&gt;Frequency&lt;/EM&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;PR&lt;/EM&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;EM&gt;PD&lt;/EM&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SD&lt;/EM&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;EM&gt;UN&lt;/EM&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;&lt;EM&gt;Total&lt;/EM&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;EM&gt;NE&lt;/EM&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;0&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;0&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;3&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;0&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;3&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;EM&gt;PR&lt;/EM&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;11&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;0&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;3&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;0&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;14&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;EM&gt;PD&lt;/EM&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;0&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;10&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;9&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;0&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;19&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;EM&gt;SD&lt;/EM&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;8&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;10&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;81&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;0&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;99&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;EM&gt;UN&lt;/EM&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;0&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;0&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;0&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;35&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;35&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;EM&gt;Total&lt;/EM&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;19&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;20&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;96&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;35&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;170&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expected output should be like this:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Table&amp;nbsp;of&amp;nbsp;Var_Res&amp;nbsp;by&amp;nbsp;Study_Res&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Var_Res(Var_Res)&lt;/TD&gt;&lt;TD&gt;Study_Result(Study_Res)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Frequency&lt;/TD&gt;&lt;TD&gt;NE&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;PR&lt;/TD&gt;&lt;TD&gt;PD&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SD&lt;/TD&gt;&lt;TD&gt;UN&lt;/TD&gt;&lt;TD&gt;Total&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;NE&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;PR&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;11&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;14&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;PD&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;TD&gt;9&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;19&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;SD&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;TD&gt;81&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;99&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;UN&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;35&lt;/TD&gt;&lt;TD&gt;35&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Total&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;19&lt;/TD&gt;&lt;TD&gt;20&lt;/TD&gt;&lt;TD&gt;96&lt;/TD&gt;&lt;TD&gt;35&lt;/TD&gt;&lt;TD&gt;170&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2)I should get all of these 5 NE,PR,PD,SD,UN. when there is no data for them, it should show as zeros.&lt;/P&gt;&lt;P&gt;proc freq data=inp_ds ;&lt;BR /&gt;tables var_res*study_res / nocol norow nopercent ;&lt;/P&gt;&lt;P&gt;reader;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2020 07:22:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-Freq-2-way-tables/m-p/674912#M32307</guid>
      <dc:creator>pessi</dc:creator>
      <dc:date>2020-08-06T07:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: proc Freq 2 way tables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-Freq-2-way-tables/m-p/674949#M32308</link>
      <description>&lt;P&gt;Does your raw data have NE in variable STUDY_RES?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2020 11:06:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-Freq-2-way-tables/m-p/674949#M32308</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-08-06T11:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: proc Freq 2 way tables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-Freq-2-way-tables/m-p/674952#M32309</link>
      <description>No..&lt;BR /&gt;NE isn't there STUDY_RES..&lt;BR /&gt;NE is present in only VAR_RES.</description>
      <pubDate>Thu, 06 Aug 2020 11:11:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-Freq-2-way-tables/m-p/674952#M32309</guid>
      <dc:creator>pessi</dc:creator>
      <dc:date>2020-08-06T11:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: proc Freq 2 way tables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-Freq-2-way-tables/m-p/674960#M32310</link>
      <description>&lt;P&gt;That's why you don't get NE in STUDY_RES in the output table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can trick PROC FREQ by adding a row to your raw data set that has NE in STUDY_RES. For this to work, you would have to assign a weight variable with a value of 0 to this row, and a value of 1 to all other rows. Then you would add a WEIGHT statement that uses this weight variable to PROC FREQ.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2020 11:28:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-Freq-2-way-tables/m-p/674960#M32310</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-08-06T11:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: proc Freq 2 way tables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-Freq-2-way-tables/m-p/674961#M32311</link>
      <description>If it is for only one time then I can do..But, I need to get proc freq by reader. Then some readers missing not just NE but also others like PR,PD.. example below for Reader John.&lt;BR /&gt;he is missing NE and PR. in place of them it should be 0. Is there any way to do that..?&lt;BR /&gt;Reader=John&lt;BR /&gt;Table&amp;nbsp;of&amp;nbsp;Var_Res&amp;nbsp;by&amp;nbsp;Study_Res&lt;BR /&gt;Var_Res Study_Res(Study_Res)&lt;BR /&gt;Frequency PD SD UN Total&lt;BR /&gt;PD 6 4 0 10&lt;BR /&gt;SD 4 11 0 15&lt;BR /&gt;UN 0 0 8 8&lt;BR /&gt;Total 10 15 8 33&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Aug 2020 11:41:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-Freq-2-way-tables/m-p/674961#M32311</guid>
      <dc:creator>pessi</dc:creator>
      <dc:date>2020-08-06T11:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: proc Freq 2 way tables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-Freq-2-way-tables/m-p/674971#M32312</link>
      <description>&lt;P&gt;Are you saying (and do I understand this properly) that each time you have to run this analysis, there could be different individuals, and sometimes some of the individuals appear only in VAR_RES and sometimes some of them appear only in STUDY_RES?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2020 12:08:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-Freq-2-way-tables/m-p/674971#M32312</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-08-06T12:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: proc Freq 2 way tables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-Freq-2-way-tables/m-p/674975#M32314</link>
      <description>I need to run analysis many times with different readers and different data.&lt;BR /&gt;For each reader VAR_RES and STUDY_RES will be there. But, they may not have all the 5 NE,PR,PD,SD,UN. When they miss 1 or 2, in the report it should be zeros. here i am giving you what output I got for John.and the expectation as well.&lt;BR /&gt;is it possible even through any other procedure..?&lt;BR /&gt;What I am getting:&lt;BR /&gt;Reader=John&lt;BR /&gt;Table&amp;nbsp;of&amp;nbsp;Var_Res&amp;nbsp;by&amp;nbsp;Study_Res&lt;BR /&gt;Var_Res Study_Res(Study_Res)&lt;BR /&gt;Frequency PD SD UN Total&lt;BR /&gt;PD 6 4 0 10&lt;BR /&gt;SD 4 11 0 15&lt;BR /&gt;UN 0 0 8 8&lt;BR /&gt;Total 10 15 8 33&lt;BR /&gt;&lt;BR /&gt;Expected:&lt;BR /&gt;Reader=John&lt;BR /&gt;Table of Var_Res by Study_Res&lt;BR /&gt;Var_Res Study_Res(Study_Res)&lt;BR /&gt;Frequency NE PR PD SD UN Total&lt;BR /&gt;NE 0 0 0 0 0 0&lt;BR /&gt;PR 0 0 0 0 0 0&lt;BR /&gt;PD 0 0 6 4 0 10&lt;BR /&gt;SD 0 0 4 11 0 15&lt;BR /&gt;UN 0 0 0 0 8 8&lt;BR /&gt;Total 0 0 10 15 8 33&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Aug 2020 12:19:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-Freq-2-way-tables/m-p/674975#M32314</guid>
      <dc:creator>pessi</dc:creator>
      <dc:date>2020-08-06T12:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: proc Freq 2 way tables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-Freq-2-way-tables/m-p/674978#M32315</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/71658"&gt;@pessi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;I need to run analysis many times with different readers and different data.&lt;BR /&gt;For each reader VAR_RES and STUDY_RES will be there. But, they may not have all the 5 NE,PR,PD,SD,UN. When they miss 1 or 2, in the report it should be zeros. here i am giving you what output I got for John.and the expectation as well.&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If it is always these exact 5: NE,PR,PD,SD,UN and the problem is that sometimes they are not there, then you need to add a record for NE and another record for PR and another record for PD and so on, these artificial records should have weight of 0, and all the real records should have a weight of 1. Then PROC FREQ with a WEIGHT statement will produce the desired results.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2020 12:32:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-Freq-2-way-tables/m-p/674978#M32315</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-08-06T12:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: proc Freq 2 way tables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-Freq-2-way-tables/m-p/674981#M32316</link>
      <description>Every time, I will get these 5 only. So do I need to add for each reader what ever they are missing(either NE or PD or PD) and weight as 0? Let me try that.</description>
      <pubDate>Thu, 06 Aug 2020 12:52:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-Freq-2-way-tables/m-p/674981#M32316</guid>
      <dc:creator>pessi</dc:creator>
      <dc:date>2020-08-06T12:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: proc Freq 2 way tables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-Freq-2-way-tables/m-p/674993#M32318</link>
      <description>&lt;P&gt;PROC FREQ includes observations that have 0 weights if you specify the&amp;nbsp;&lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_freq_syntax13.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en#statug.freq.freqzeros" target="_self"&gt;ZEROS&lt;/A&gt;&amp;nbsp;option in the WEIGHT statement. Otherwise, PROC FREQ ignores observations that have 0 weights.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2020 13:15:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-Freq-2-way-tables/m-p/674993#M32318</guid>
      <dc:creator>Watts</dc:creator>
      <dc:date>2020-08-06T13:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: proc Freq 2 way tables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-Freq-2-way-tables/m-p/675049#M32320</link>
      <description>&lt;P&gt;You may want to consider another procedure that has options to handle some of this.&lt;/P&gt;
&lt;P&gt;Proc Tabulate for instance can use a PRELOADFMT option with class variables to include a category defined by a variable that does not occur in the actual data and the ability to display a zero that isn't actually there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The following code creates a small example data set with two categorical variables that will have the same format applied with more categories that actually appear in the data, a format to display them and an example with Proc Tabulate to display the counts. Note: this may not do what you likely want if you want percentages.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;data have;
   length cat1 cat2 $ 3;
   do Cat1 = 'A', 'B','C';
     do cat2 = 'A','B';
        do i= 1 to (rand('integer',4));
         output;
       end;
     end;
   end;
run;

proc format;
value $cat
'A' = 'A'
'B' = 'B'
'C' = 'C'
'D' = 'D'
;
run;

proc tabulate data=have;
   class cat1 cat2/preloadfmt missing;
   format cat1 cat2 $cat.;
   table cat1,
         cat2*n=' '
         /printmiss misstext='0'
   ;
run;

&lt;/PRE&gt;
&lt;P&gt;To use this you need a format that displays all of the values you want, use the preloadfmt option and one or both of the order=data or Printmiss option. The Misstext option is text to display when there is no value to calculate the statistic. The different variables could have there own formats or apply the Preloadfmt to only one using separate Class statements.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2020 16:09:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-Freq-2-way-tables/m-p/675049#M32320</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-08-06T16:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: proc Freq 2 way tables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-Freq-2-way-tables/m-p/675203#M32330</link>
      <description>Yes..It worked. Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13573"&gt;@Paige&lt;/a&gt; Miller.&lt;BR /&gt;&lt;BR /&gt;As said by LenoxPaces_SAS, I have kept ZEROS option as well.</description>
      <pubDate>Fri, 07 Aug 2020 10:04:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-Freq-2-way-tables/m-p/675203#M32330</guid>
      <dc:creator>pessi</dc:creator>
      <dc:date>2020-08-07T10:04:09Z</dc:date>
    </item>
  </channel>
</rss>

