Learn R Programming

mrap (version 1.0.1)

stats_aov: Wrap stats::aov function

Description

Wrap stats::aov function

Usage

stats_aov(...)

Value

a list of ANOVA object and R6 class instance

Arguments

...

the same arguments as in the wrapped function

Examples

Run this code
results <- stats_aov(Petal.Length ~ Species, data = iris)

Run the code above in your browser using DataLab