Rev 15518 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{terms}\title{Model Terms}\usage{terms(x, \dots)}\alias{terms}\alias{terms.terms}\alias{terms.aovlist}\alias{terms.default}\alias{print.terms}\description{The function \code{terms} is a generic functionwhich can be used to extract \emph{terms} objectsfrom various kinds of \R data objects.}\arguments{\item{x}{object used to select a method to dispatch.}\item{\dots}{further arguments passed to or from other methods.}}\details{There are methods for classes \code{"aovlist"}, and \code{"terms"}\code{"formula"} (see \code{\link{terms.formula}}):the default method just extracts the \code{terms} component of theobject (if any).}\value{An object of class \code{c("terms", "formula")} which contains the\emph{terms} representation of a symbolic model. See\code{\link{terms.object}} for its structure.}\seealso{\code{\link{terms.object}}, \code{\link{terms.formula}},\code{\link{lm}}, \code{\link{glm}}, \code{\link{formula}}.}%%--- MM: I would really like instructive examples here...\keyword{models}