ard_stats_aov {cardx} | R Documentation |
ARD ANOVA
Description
Analysis results data for Analysis of Variance.
Calculated with stats::aov()
Usage
ard_stats_aov(formula, data, ...)
Arguments
formula |
A formula specifying the model. |
data |
A data frame in which the variables specified in the formula will be found. If missing, the variables are searched for in the standard way. |
... |
arguments passed to |
Value
ARD data frame
Examples
ard_stats_aov(AGE ~ ARM, data = cards::ADSL)
[Package cardx version 0.2.0 Index]