View source: R/ard_stats_fisher_test.R
ard_stats_fisher_test | R Documentation |
Analysis results data for Fisher's Exact Test.
Calculated with fisher.test(x = data[[variable]], y = data[[by]], ...)
ard_stats_fisher_test(data, by, variables, conf.level = 0.95, ...)
data |
( |
by |
( |
variables |
( |
conf.level |
(scalar |
... |
additional arguments passed to |
ARD data frame
cards::ADSL[1:30, ] |>
ard_stats_fisher_test(by = "ARM", variables = "AGEGR1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.