TITLE(anova @@ Anova Tables)
USAGE(
anova(object, ...)
print(anova.object)
)
ALIAS(anova)
ARGUMENTS(
ARG(object @@ an object containing the results returned
by a model fitting function (e.g. LANG(lm) or LANG(glm)).)
ARG(DOTS @@ additional objects of the same type.)
)
VALUE(
This (generic) function returns an object of class LANG(anova).
These objects represent 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.
PARA
When given a sequence of objects, LANG(anova) tests
the models against one another in the order specified.
PARA
The print method for LANG(anova) objects prints
tables in a ``pretty'' form.
)
SEEALSO(
LANG(LINK(coefficients)), LANG(LINK(effects)),
LANG(LINK(fitted.values)), LANG(LINK(residuals)), LANG(LINK(summary)).
)
