anmFit {anm} | R Documentation |
Basic computing engine called by anm to implement the analog method. This should usually not be used directly.
anmFit(x, y, tol = 1e-07, ...)
x |
design matrix of dimension n * p. |
y |
vector of observations of length n. |
tol |
if equal to 1, information is printed during the running of step. |
... |
currently disregarded. |
A list with components
coefficients |
vector containing the highest value among observations and the values of the predictors at this date. |
residuals |
n vector. |
fitted.values |
n vector. |
effects |
n vector. |
rank |
integer, giving the rank. |
df.residual |
degrees of freedom of residuals. |
qr |
the QR decomposition, see qr. |
Alexandra Imbert