From f3111d0c0a5b95edde33f2ba2e5e3ff64e2a7158 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Fri, 5 Jan 2024 14:16:20 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- scipy/scipy.stats.fisher_exact/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scipy/scipy.stats.fisher_exact/README.md b/scipy/scipy.stats.fisher_exact/README.md index adf5e5a..eba1b18 100644 --- a/scipy/scipy.stats.fisher_exact/README.md +++ b/scipy/scipy.stats.fisher_exact/README.md @@ -27,8 +27,8 @@ scipy.stats.fisher_exact(table, alternative='two-sided') > **alternative** : {‘two-sided’, ‘less’, ‘greater’}, optional > Defines the alternative hypothesis. The following options are available (default is ‘two-sided’): > -> * ‘two-sided’: the odds ratio of the underlying population is not one -> * ‘less’: the odds ratio of the underlying population is less than one +> * ‘two-sided’: the odds ratio of the underlying population is not one (The two-sided p-value is the probability that, under the null hypothesis, a random table would have a probability equal to or less than the probability of the input table.) +> * ‘less’: the odds ratio of the underlying population is less than one > * ‘greater’: the odds ratio of the underlying population is greater than one > Returns: