lmrob.fit(x, y, control)
1
s for the intercept.lmrob.control
, used for both the initial S-estimate
and the subsequent M- and D-estimates.X %*% coefficients
.y - fitted.values
n - rank
coefficients
, if the
RWLS iterations have convergedconverged
flag, see lmrob.S
(only for MM-estimates).lmrob
and typically not to be used on its own.
It calls lmrob.S(..)
and uses it as initial estimator.
Note that by default the inference used (covariance matrix) depends
crucially on the S-estimator used, and hence it is currently no longer
possible to specify the S-estimator at this level.lmrob
,
lmrob..M..fit
,
lmrob..D..fit
,
lmrob.S