<?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: Different results from Procs Freq and Tabulate in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-Procs-Freq-and-Tabulate/m-p/408237#M67117</link>
    <description>&lt;P&gt;Do you have any missing values for IND_HEAVY_FLAG?&amp;nbsp; Without the MISSING option, PROC TABULATE throws those out entirely.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 28 Oct 2017 13:57:04 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2017-10-28T13:57:04Z</dc:date>
    <item>
      <title>Different results from Procs Freq and Tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-Procs-Freq-and-Tabulate/m-p/408225#M67115</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running the following two procedures and getting different two very different results and can't figure out why:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc tabulate data = index_ablations_all_years;
	class  ind_heavy_flag;
	table ind_heavy_flag, n colpctn*f=round10th. / nocellmerge;
	freq ind_DISCWT;
run;*/

proc freq data = index_ablations_all_years;
table ind_heavy_flag;
weight ind_DISCWT;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This is running on SAS 9.4 on Windows 10, 64 bit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any help!&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Oct 2017 09:26:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-Procs-Freq-and-Tabulate/m-p/408225#M67115</guid>
      <dc:creator>benbuck</dc:creator>
      <dc:date>2017-10-28T09:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Different results from Procs Freq and Tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-Procs-Freq-and-Tabulate/m-p/408227#M67116</link>
      <description>&lt;P&gt;you might want to post data so that we can see the differences.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Oct 2017 10:04:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-Procs-Freq-and-Tabulate/m-p/408227#M67116</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2017-10-28T10:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Different results from Procs Freq and Tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-Procs-Freq-and-Tabulate/m-p/408237#M67117</link>
      <description>&lt;P&gt;Do you have any missing values for IND_HEAVY_FLAG?&amp;nbsp; Without the MISSING option, PROC TABULATE throws those out entirely.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Oct 2017 13:57:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-Procs-Freq-and-Tabulate/m-p/408237#M67117</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2017-10-28T13:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Different results from Procs Freq and Tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-Procs-Freq-and-Tabulate/m-p/408279#M67118</link>
      <description>&lt;P&gt;PROC TABULATE has both a FREQ and WEIGHT statement and they operate a little differently.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try using WEIGHT in both procedures if that's what you have.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Oct 2017 18:12:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-Procs-Freq-and-Tabulate/m-p/408279#M67118</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-10-28T18:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Different results from Procs Freq and Tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-Procs-Freq-and-Tabulate/m-p/408281#M67119</link>
      <description>Hi:&lt;BR /&gt;  And COLPCTN could generate a different result than just PCTN. Missing might come into play as already noted -- without the MISSING option, TABULATE excludes missing CLASS values from the TABLE.&lt;BR /&gt;&lt;BR /&gt;cynthia</description>
      <pubDate>Sat, 28 Oct 2017 18:19:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Different-results-from-Procs-Freq-and-Tabulate/m-p/408281#M67119</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-10-28T18:19:17Z</dc:date>
    </item>
  </channel>
</rss>

