The R Project SVN R

Rev

Rev 7081 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

\name{offset}
\title{Include an Offset in a Model Formula}
\usage{
offset(x)
}
\alias{offset}
\arguments{
 \item{x}{An offset to be included in a model frame}
}
\description{
An offset is a term to be added to a linear predictor, such as in a generalised linear model, with known coefficient 1 rather than an estimated coefficient.
}
\value{
The input value.
}


\seealso{\code{\link{model.offset}}, \code{\link{model.frame}}, \code{\link{glm}}}

\keyword{models}