<?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: Is there any alternative to fisher exact test if cell count is less than 5? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Is-there-any-alternative-to-fisher-exact-test-if-cell-count-is/m-p/876261#M346214</link>
    <description>It worked. Thank you!!!</description>
    <pubDate>Wed, 17 May 2023 15:42:59 GMT</pubDate>
    <dc:creator>Dawa93</dc:creator>
    <dc:date>2023-05-17T15:42:59Z</dc:date>
    <item>
      <title>Is there any alternative to fisher exact test if cell count is less than 5?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-any-alternative-to-fisher-exact-test-if-cell-count-is/m-p/876158#M346194</link>
      <description>&lt;P&gt;When I ran proc freq I get warming where it indicated cell count are less than 5 and chi square may not be valid. Then I tried using fisher exact test, it was taking forever to run the proc freq with fisher test and not able to compute anything. If there is any alternative to fisher exact test if cell count are less than 5. Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 03:48:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-any-alternative-to-fisher-exact-test-if-cell-count-is/m-p/876158#M346194</guid>
      <dc:creator>Dawa93</dc:creator>
      <dc:date>2023-05-17T03:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any alternative to fisher exact test if cell count is less than 5?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-any-alternative-to-fisher-exact-test-if-cell-count-is/m-p/876198#M346209</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/*You could MC option for Exact Fisher Test*/
proc freq data=sashelp.class;
table sex*age/fisher;
exact fisher/mc maxtime=60;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 17 May 2023 12:33:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-any-alternative-to-fisher-exact-test-if-cell-count-is/m-p/876198#M346209</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2023-05-17T12:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any alternative to fisher exact test if cell count is less than 5?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-any-alternative-to-fisher-exact-test-if-cell-count-is/m-p/876261#M346214</link>
      <description>It worked. Thank you!!!</description>
      <pubDate>Wed, 17 May 2023 15:42:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-any-alternative-to-fisher-exact-test-if-cell-count-is/m-p/876261#M346214</guid>
      <dc:creator>Dawa93</dc:creator>
      <dc:date>2023-05-17T15:42:59Z</dc:date>
    </item>
  </channel>
</rss>

