Skip to contents

Model of class aov

Usage

aov_1

Format

An object of class aov (inherits from lm) of length 13.

Examples

if (FALSE) {
aov(Sepal.Width ~ Species, data = iris)
}