fisher_test | R Documentation |
Wraps fisher.test
and tidies the output with broom
fisher_test(a_positive, a_negative, b_positive, b_negative,
alternative = "two.sided", conf_level = 0.95)
a_positive |
Upper left quadrant. |
a_negative |
Upper right quadrant. |
b_positive |
Lower left quadrant. |
b_negative |
Lower right quadrant. |
alternative |
|
conf_level |
Level of confidence, if returning CIs. |
Test statistics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.