View source: R/ard_stats_prop_test.R
ard_stats_prop_test | R Documentation |
Analysis results data for a 2-sample test or proportions using stats::prop.test()
.
ard_stats_prop_test(data, by, variables, conf.level = 0.95, ...)
data |
( |
by |
( |
variables |
( |
conf.level |
(scalar |
... |
arguments passed to |
ARD data frame
mtcars |>
ard_stats_prop_test(by = vs, variables = am)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.