The R Project SVN R

Rev

Rev 59039 | Rev 64657 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59039 Rev 61433
Line 15... Line 15...
15
  Compute analysis of variance (or deviance) tables for one or more
15
  Compute analysis of variance (or deviance) tables for one or more
16
  fitted model objects.
16
  fitted model objects.
17
}
17
}
18
\arguments{
18
\arguments{
19
  \item{object}{an object containing the results returned by a model
19
  \item{object}{an object containing the results returned by a model
20
    fitting function (e.g., \code{lm} or \code{glm}).} 
20
    fitting function (e.g., \code{lm} or \code{glm}).}
21
  \item{\dots}{additional objects of the same type.}
21
  \item{\dots}{additional objects of the same type.}
22
}
22
}
23
\value{
23
\value{
24
  This (generic) function returns an object of class \code{anova}.
24
  This (generic) function returns an object of class \code{anova}.
25
  These objects represent analysis-of-variance and analysis-of-deviance tables.
25
  These objects represent analysis-of-variance and analysis-of-deviance tables.