lmrob.fit.MM {robustbase} | R Documentation |
Fit function for MM-regression estimators
lmrob.fit.MM(x, y, control, init.S = lmrob.S(x = x, y = y, control = control))
x |
design matrix (n x p) typically including a
column of 1 s for the intercept. |
y |
numeric response vector (of length n). |
control |
A list of control parameters as returned
by lmrob.control . |
init.S |
a list with components coef ,
scale , and cov specifying an initial S-estimate, such
as resulting from lmrob.S(..) . |
This function is used by lmrob
and typically not
to be used on its own.
A list with components
fitted.values |
|
residuals |
|
weights |
|
rank |
|
degree.freedom |
n - rank |
coefficients |
regression coefficient estimators |
initial.coefficients |
|
scale |
the robustly estimated error standard deviation |
cov |
|
control |
|
iter |
|
converged |