Rev 8361 | Blame | Last modification | View Log | Download | RSS feed
\name{anova}\alias{anova}\alias{anova.mlm}% others in ./lm.summaries.Rd\alias{print.anova}\title{Anova Tables}\usage{anova(object, \dots)}\description{Compute analysis of variance (or deviance) tables for one or morefitted model objects.}\arguments{\item{object}{an object containing the results returnedby a model fitting function (e.g. \code{lm} or \code{glm}).}\item{\dots}{additional objects of the same type.}}\value{This (generic) function returns an object of class \code{anova}.These objects represent analysis-of-variance and analysis-of-deviance tables.When given a single argument it produces a table whichtests whether the model terms are significant.When given a sequence of objects, \code{anova} teststhe models against one another in the order specified.The print method for \code{anova} objects printstables in a ``pretty'' form.}\section{Warning}{The comparison between two or more models will only be valid if theyare fitted to the same dataset. This may be a problem if there aremissing values and \R's default of \code{na.action = na.omit} is used.}\seealso{\code{\link{coefficients}}, \code{\link{effects}},\code{\link{fitted.values}}, \code{\link{residuals}}, \code{\link{summary}}.}\keyword{regression}\keyword{models}