Skip to contents

Model of class anova

Usage

anova_1

Format

An object of class anova (inherits from data.frame) with 2 rows and 5 columns.

Examples

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