Fisher | R Documentation |
Fisher's Exact Test
Fisher(treatment, control, base = 2)
treatment |
numeric. |
control |
numeric. |
base |
numeric. Default |
a data.frame of Fisher's exact test results.
treatment = c(10:1) control = c(1:10) Fisher(treatment, control)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.