ard_stats_oneway_test {cardx} | R Documentation |
ARD One-way Test
Description
Analysis results data for Testing Equal Means in a One-Way Layout.
calculated with oneway.test()
Usage
ard_stats_oneway_test(formula, data, ...)
Arguments
formula |
a formula of the form |
data |
an optional matrix or data frame (or similar: see
|
... |
additional arguments passed to |
Value
ARD data frame
Examples
ard_stats_oneway_test(AGE ~ ARM, data = cards::ADSL)
[Package cardx version 0.2.0 Index]