test_fisher | R Documentation |
Fisher's Test
test_fisher(data, x, y)
data |
data |
x |
x |
y |
y |
results
design = c("A","B") complete = c(11, 5) incomplete = c(1, 5) data <- data.frame(design, complete, incomplete) data <- data |> tidyr::pivot_longer(!design, names_to = "rate", values_to = "n") |> tidyr::uncount(n) test_fisher(data, design, rate)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.