[ top | up ]

Anova Tables

Syntax

anova(object, ...)

Arguments

object an object containing the results returned by a model fitting function (e.g. lm or glm).
... additional objects of the same type.

Description

anova prints analysis of variance and analysis of deviance tables. When given a single argument it produces a table which tests whether the model terms are significant.

When given a sequence of objects, anova tests the models against one another in the order specified.

Value

anova returns an object of class anova.

See Also

coefficients, effects, fitted.values, residuals, summary.