Enums§
Functions§
- fishers_
exact - Perform a Fisher exact test on a 2x2 contingency table. Based on scipy’s fisher test: https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.fisher_exact.html#scipy-stats-fisher-exact Expects a table in row-major order Returns only the p_value
- fishers_
exact_ with_ odds_ ratio - Perform a Fisher exact test on a 2x2 contingency table. Based on scipy’s fisher test: https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.fisher_exact.html#scipy-stats-fisher-exact Expects a table in row-major order Returns the odds ratio and p_value