anova.aovList: Prints an ANOVA table for an 'aovList' object

anova.aovListR Documentation

Prints an ANOVA table for an 'aovList' object

Description

A wrapper for the 'summary' method for objects of class 'aovList'.

Usage

## S3 method for class 'aovList'
anova(object)

Arguments

object

An object of class "aovList"

Value

An object of class "summary.aovlist". It is a list (one object per error stratum) of ANOVA tables (class "anova") with a row for each term in the model, plus one for "Residuals" if there are any.

See Also

aov, summary, model.tables, TukeyHSD

Examples

# A spli-plot design
rm(list=ls())
data(oats)
oats.aov <- aov(Y ~ N*V + Error(B/V), data = oats)
anova(oats.aov)
TukeyHSD(oats.aov)

OnofriAndreaPG/aomisc documentation built on July 4, 2023, 6:53 p.m.