ard_stats_aov: ARD ANOVA

View source: R/ard_stats_aov.R

ard_stats_aovR 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 stats::aov(...)

Value

ARD data frame

Examples


ard_stats_aov(AGE ~ ARM, data = cards::ADSL)


cardx documentation built on Sept. 11, 2024, 9:12 p.m.