lmrob.fit(x, y, control, init = NULL)
1
s for the intercept.lmrob.control
, used for both the initial S-estimate
and the subsequent M- and D-estimates.list
of initial estimates. See
Details.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. If given, init
must be a list of initial estimates containing
at least the initial coefficients and scale as coefficients
and
scale
. Otherwise it calls lmrob.S(..)
and uses it
as initial estimator.
lmrob
,
lmrob..M..fit
,
lmrob..D..fit
,
lmrob.S