| Line 47... |
Line 47... |
| 47 |
\value{
|
47 |
\value{
|
| 48 |
A list containing the following components of the same length or
|
48 |
A list containing the following components of the same length or
|
| 49 |
number of rows \eqn{n}, which is the number of non-zero weights.
|
49 |
number of rows \eqn{n}, which is the number of non-zero weights.
|
| 50 |
Cases omitted in the fit are omitted unless a \code{\link{na.action}}
|
50 |
Cases omitted in the fit are omitted unless a \code{\link{na.action}}
|
| 51 |
method was used (such as \code{\link{na.exclude}}) which restores them.
|
51 |
method was used (such as \code{\link{na.exclude}}) which restores them.
|
| 52 |
|
52 |
|
| 53 |
\item{hat}{a vector containing the diagonal of the \sQuote{hat} matrix.}
|
53 |
\item{hat}{a vector containing the diagonal of the \sQuote{hat} matrix.}
|
| 54 |
\item{coefficients}{(unless \code{do.coef} is false) a matrix whose
|
54 |
\item{coefficients}{(unless \code{do.coef} is false) a matrix whose
|
| 55 |
i-th row contains the change in the estimated coefficients which
|
55 |
i-th row contains the change in the estimated coefficients which
|
| 56 |
results when the i-th case is dropped from the regression. Note
|
56 |
results when the i-th case is dropped from the regression. Note
|
| 57 |
that aliased coefficients are not included in the matrix.}
|
57 |
that aliased coefficients are not included in the matrix.}
|