| Line 30... |
Line 30... |
| 30 |
\item{y}{vector of observations of length \code{n}, or a matrix with
|
30 |
\item{y}{vector of observations of length \code{n}, or a matrix with
|
| 31 |
\code{n} rows.}
|
31 |
\code{n} rows.}
|
| 32 |
\item{w}{vector of weights (length \code{n}) to be used in the fitting
|
32 |
\item{w}{vector of weights (length \code{n}) to be used in the fitting
|
| 33 |
process for the \code{wfit} functions. Weighted least squares is
|
33 |
process for the \code{wfit} functions. Weighted least squares is
|
| 34 |
used with weights \code{w}, i.e., \code{sum(w * e^2)} is minimized.}
|
34 |
used with weights \code{w}, i.e., \code{sum(w * e^2)} is minimized.}
|
| 35 |
\item{offset}{numeric of length \code{n}). This can be used to
|
35 |
\item{offset}{(numeric of length \code{n}). This can be used to
|
| 36 |
specify an \emph{a priori} known component to be included in the
|
36 |
specify an \emph{a priori} known component to be included in the
|
| 37 |
linear predictor during fitting.}
|
37 |
linear predictor during fitting.}
|
| 38 |
|
38 |
|
| 39 |
\item{method}{currently, only \code{method = "qr"} is supported.}
|
39 |
\item{method}{currently, only \code{method = "qr"} is supported.}
|
| 40 |
|
40 |
|