ard_stats_prop_test {cardx} | R Documentation |
ARD 2-sample proportion test
Description
Analysis results data for a 2-sample test or proportions using stats::prop.test()
.
Usage
ard_stats_prop_test(data, by, variables, conf.level = 0.95, ...)
Arguments
data |
( |
by |
( |
variables |
( |
conf.level |
(scalar |
... |
arguments passed to |
Value
ARD data frame
Examples
mtcars |>
ard_stats_prop_test(by = vs, variables = am)
[Package cardx version 0.2.0 Index]