<?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 PROC FREQ for Fisher EXACT in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-FREQ-for-Fisher-EXACT/m-p/361694#M19009</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc freq data=FISHER; 
	by AEDECOD; 
	where TRTAN in (0,2);
	table TRTAN*EVENT/exact; 
	ods output FishersExact=F1PT(where=(Name1='XP2_FISH'));
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When I run the above code, it gave me the following message in log "&lt;STRONG&gt;No statistics are computed for TRTAN * EVENT because TRTAN has less than 2 nonmissing levels&lt;/STRONG&gt;". Is any way I can get the P-value?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 May 2017 17:14:32 GMT</pubDate>
    <dc:creator>SAS_John</dc:creator>
    <dc:date>2017-05-25T17:14:32Z</dc:date>
    <item>
      <title>PROC FREQ for Fisher EXACT</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-FREQ-for-Fisher-EXACT/m-p/361694#M19009</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc freq data=FISHER; 
	by AEDECOD; 
	where TRTAN in (0,2);
	table TRTAN*EVENT/exact; 
	ods output FishersExact=F1PT(where=(Name1='XP2_FISH'));
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When I run the above code, it gave me the following message in log "&lt;STRONG&gt;No statistics are computed for TRTAN * EVENT because TRTAN has less than 2 nonmissing levels&lt;/STRONG&gt;". Is any way I can get the P-value?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2017 17:14:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-FREQ-for-Fisher-EXACT/m-p/361694#M19009</guid>
      <dc:creator>SAS_John</dc:creator>
      <dc:date>2017-05-25T17:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FREQ for Fisher EXACT</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-FREQ-for-Fisher-EXACT/m-p/361696#M19010</link>
      <description>&lt;P&gt;This seems contradicting to me, is it correctly pulling the data you expect?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;where TRTAN in (0,2);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;No statistics are computed for TRTAN * EVENT because TRTAN has &lt;FONT color="#FF0000"&gt;&lt;U&gt;less than 2 nonmissing&lt;/U&gt;&lt;/FONT&gt; levels&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2017 17:17:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-FREQ-for-Fisher-EXACT/m-p/361696#M19010</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-05-25T17:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: PROC FREQ for Fisher EXACT</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-FREQ-for-Fisher-EXACT/m-p/361707#M19013</link>
      <description>&lt;P&gt;Thanks Reeza for the reply. I recheck the table. So the "&lt;STRONG&gt;Where TRTAN in (0, 2)&lt;/STRONG&gt;" should be&amp;nbsp;&lt;SPAN&gt; "&lt;/SPAN&gt;&lt;STRONG&gt;Where TRTAN in (0, 81)&lt;/STRONG&gt;&lt;SPAN&gt;". Then it is ok now&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2017 17:32:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-FREQ-for-Fisher-EXACT/m-p/361707#M19013</guid>
      <dc:creator>SAS_John</dc:creator>
      <dc:date>2017-05-25T17:32:18Z</dc:date>
    </item>
  </channel>
</rss>

