This help topic is for R version 0.90. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/offset.html
offset {base}R Documentation

Include an offset in a model formula

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.

Usage

offset(x)

Arguments

x

An offset to be included in a model frame

Value

The input value.

See Also

model.offset, model.frame, glm


[Package base version 0.90 ]