Calculate Fisher Exact Test even if all cell counts >= 5
authorJohn Darrington <john@darrington.wattle.id.au>
Wed, 18 Sep 2013 17:16:08 +0000 (19:16 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 20 Sep 2013 15:34:43 +0000 (17:34 +0200)
Remove the condition that one of the cell counts must be < 5
before calculating the fisher exact test.  This condition seems
to be an anachronism, but still (erroneously) documented in Algorithms.


No differences found