The R Project SVN R

Rev

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

Rev 74265 Rev 75008
Line 63... Line 63...
63
  \item{contrasts}{an optional list. See the \code{contrasts.arg}
63
  \item{contrasts}{an optional list. See the \code{contrasts.arg}
64
    of \code{\link{model.matrix.default}}.}
64
    of \code{\link{model.matrix.default}}.}
65
 
65
 
66
  \item{offset}{this can be used to specify an \emph{a priori} known
66
  \item{offset}{this can be used to specify an \emph{a priori} known
67
    component to be included in the linear predictor during fitting.
67
    component to be included in the linear predictor during fitting.
68
    This should be \code{NULL} or a numeric vector of length equal to
68
    This should be \code{NULL} or a numeric vector or matrix of extents
69
    the number of cases.  One or more \code{\link{offset}} terms can be
69
    matching those of the response.  One or more \code{\link{offset}} terms can be
70
    included in the formula instead or as well, and if more than one are
70
    included in the formula instead or as well, and if more than one are
71
    specified their sum is used.  See \code{\link{model.offset}}.}
71
    specified their sum is used.  See \code{\link{model.offset}}.}
72
 
72
 
73
  \item{\dots}{additional arguments to be passed to the low level
73
  \item{\dots}{additional arguments to be passed to the low level
74
    regression fitting functions (see below).}
74
    regression fitting functions (see below).}