From 5727800b9ac6abdfb6f9d0b2e1c813cc41116143 Mon Sep 17 00:00:00 2001 From: "Matthijs S. Berends" Date: Thu, 18 Oct 2018 21:43:12 +0200 Subject: [PATCH] readme fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3813f02d..c81b3a47 100755 --- a/README.md +++ b/README.md @@ -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 [Chi2 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: