Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
4a44e5b489
commit
f3111d0c0a
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ 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
|
||||
> * ‘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
|
||||
|
||||
|
|
Loading…
Reference in a new issue