Module for Fisher's exact test?

Mark Dickinson dickinsm at gmail.com
Mon Sep 7 15:45:16 EDT 2009


On Sep 7, 3:50 am, gb345 <gb... at invalid.com> wrote:
> Before I roll my own, is there a good Python module for computing
> the Fisher's exact test stastics on 2 x 2 contingency tables?

Not in the standard library, certainly.  Have you tried SciPy
and RPy?

--
Mark



More information about the Python-list mailing list