Crate faster_fishers
source ·Enums
Functions
Perform a Fisher exact test on a 2x2 contingency table.
Based on scipy’s fishers test: https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.fisher_exact.html#scipy-stats-fisher-exact
Returns only the p_value
Perform a Fisher exact test on a 2x2 contingency table.
Based on scipy’s fishers test: https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.fisher_exact.html#scipy-stats-fisher-exact
Returns the odds ratio and p_value