anmFit {anm}R Documentation

Support function for anm

Description

Basic computing engine called by anm to implement the analog method. This should usually not be used directly.

Usage

anmFit(x, y, tol = 1e-07, ...)

Arguments

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.

Value

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.

Author(s)

Alexandra Imbert

References

URL http://www.R-project.org/

See Also

anm, predictAnm


[Package anm version 1.0-5 Index]