manylm.fit {mvabund} | R Documentation |
workhose functions for fitting multivariate linear models
Description
These are the workhorse functions called by manylm
used
to fit multivariate linear models. These should usually not be used
directly unless by experienced users.
Usage
manylm.fit(x, y, offset = NULL, tol=1.0e-010, singular.ok = TRUE, ...)
manylm.wfit(x, y, w, offset = NULL, tol=1.0e-010, singular.ok = TRUE, ...)
Arguments
x |
design matrix of dimension |
y |
matrix or an |
w |
vector of weights (length |
offset |
numeric of length |
tol |
tolerance for the |
singular.ok |
logical. If |
... |
currently disregarded. |
Value
a list with components
coefficients |
|
residuals |
|
fitted.values |
|
weights |
|
rank |
integer, giving the rank |
qr |
(not null fits) the QR decomposition. |
df.residual |
degrees of freedom of residuals |
hat.X |
the hat matrix. |
txX |
the matrix |
Author(s)
Ulrike Naumann and David Warton <David.Warton@unsw.edu.au>.