ard_stats_chisq_test {cardx} | R Documentation |
ARD Chi-squared Test
Description
Analysis results data for Pearson's Chi-squared Test.
Calculated with chisq.test(x = data[[variable]], y = data[[by]], ...)
Usage
ard_stats_chisq_test(data, by, variables, ...)
Arguments
data |
( |
by |
( |
variables |
( |
... |
additional arguments passed to |
Value
ARD data frame
Examples
cards::ADSL |>
ard_stats_chisq_test(by = "ARM", variables = "AGEGR1")
[Package cardx version 0.2.0 Index]