<?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: Fisher's Exact Test not showing all results? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Fisher-s-Exact-Test-not-showing-all-results/m-p/467766#M24319</link>
    <description>&lt;P&gt;You only get left and right sided p-values for 2x2 tables.&amp;nbsp; For larger tables the one-sided p-values are not defined and you will only get a two-sided one&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jun 2018 17:23:06 GMT</pubDate>
    <dc:creator>SAS_Rob</dc:creator>
    <dc:date>2018-06-05T17:23:06Z</dc:date>
    <item>
      <title>Fisher's Exact Test not showing all results?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Fisher-s-Exact-Test-not-showing-all-results/m-p/466461#M24268</link>
      <description>&lt;P&gt;When I run the example code below in SAS EG, I'm only shown&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://imgur.com/xTllMqe" target="_blank"&gt;these results&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;when I want to see&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://imgur.com/oj5Zkyq" target="_blank"&gt;results like this&lt;/A&gt;. Is there a reason why the Cell (1,1) Frequency (F), left-sided pr &amp;lt;= F, right-sided &amp;gt;=F, and two-sided Pr &amp;lt;= P are omitted from my results? Is the p-value I generated not two-sided? Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data test;
input comp95 religion $ count;
cards;
1 independent 10
1 jewish 30
1 romancatholic 20
1 other 40
0 independent 46
0 jewish 51
0 romancatholic 32
0 other 34
;
 run;

proc freq data=test order=data;
tables comp95*religion / chisq expected fisher;
weight count;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 14:15:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Fisher-s-Exact-Test-not-showing-all-results/m-p/466461#M24268</guid>
      <dc:creator>ayuan1</dc:creator>
      <dc:date>2018-05-31T14:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Fisher's Exact Test not showing all results?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Fisher-s-Exact-Test-not-showing-all-results/m-p/466521#M24269</link>
      <description>&lt;P&gt;Do you realize that you can insert images using the "Photos" icon in the menu? Posting links to images on other sites are very likely to break making your question less useful for others searching this forum.&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 15:43:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Fisher-s-Exact-Test-not-showing-all-results/m-p/466521#M24269</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-05-31T15:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Fisher's Exact Test not showing all results?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Fisher-s-Exact-Test-not-showing-all-results/m-p/467497#M24311</link>
      <description>&lt;P&gt;&lt;A href="http://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.2&amp;amp;docsetId=procstat&amp;amp;docsetTarget=procstat_freq_details102.htm&amp;amp;locale=en" target="_self"&gt;As discussed in the documentation,&lt;/A&gt; you can ask for several kinds of p-values. The&amp;nbsp;EXACT statement supports the POINT, MIDP, or MC (for Monte-Carlo) options. For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;exact fisher / point;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 18:33:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Fisher-s-Exact-Test-not-showing-all-results/m-p/467497#M24311</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-06-04T18:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Fisher's Exact Test not showing all results?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Fisher-s-Exact-Test-not-showing-all-results/m-p/467766#M24319</link>
      <description>&lt;P&gt;You only get left and right sided p-values for 2x2 tables.&amp;nbsp; For larger tables the one-sided p-values are not defined and you will only get a two-sided one&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2018 17:23:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Fisher-s-Exact-Test-not-showing-all-results/m-p/467766#M24319</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2018-06-05T17:23:06Z</dc:date>
    </item>
  </channel>
</rss>

