Model of class aov

aov_1

Format

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

Examples

aov(Sepal.Width ~ Species, data = iris)
#> Call: #> aov(formula = Sepal.Width ~ Species, data = iris) #> #> Terms: #> Species Residuals #> Sum of Squares 11.34493 16.96200 #> Deg. of Freedom 2 147 #> #> Residual standard error: 0.3396877 #> Estimated effects may be unbalanced