mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 07:26:13 +01:00
readme fix
This commit is contained in:
parent
0ef91be3ac
commit
5727800b9a
@ -243,12 +243,12 @@ check_A_and_D
|
||||
```
|
||||
|
||||
Total sum is lower than 1,000 so we'd prefer a [Fisher's exact test](https://en.wikipedia.org/wiki/Fisher%27s_exact_test), not a [*G*-test](https://en.wikipedia.org/wiki/G-test) (or its formerly used equivalent, the famous [Chi<sup>2</sup> test](https://en.wikipedia.org/wiki/Chi-squared_test)):
|
||||
```
|
||||
```r
|
||||
fisher.test(check_A_and_D)
|
||||
#
|
||||
# Fisher's Exact Test for Count Data
|
||||
#
|
||||
# data: .
|
||||
# data: check_A_and_D
|
||||
# p-value = 0.03104
|
||||
# alternative hypothesis: true odds ratio is not equal to 1
|
||||
# 95 percent confidence interval:
|
||||
|
Loading…
Reference in New Issue
Block a user