MMPY {RobStatTM} | R Documentation |
MM regression estimator using Pen~a-Yohai candidates
Description
This function computes MM-regression estimator using Pen~a-Yohai
candidates for the initial S-estimator. This function is used
internally by lmrobdetMM
, and not meant to be used
directly.
Usage
MMPY(X, y, control, mf)
Arguments
X |
design matrix |
y |
response vector |
control |
a list of control parameters as returned by |
mf |
model frame |
Value
an lmrob
object witht the M-estimator
obtained starting from the S-estimator computed with the
Pen~a-Yohai initial candidates. The properties of the final
estimator (efficiency, etc.) are determined by the tuning constants in
the argument control
.
Author(s)
Victor Yohai, victoryohai@gmail.com, Matias Salibian-Barrera, matias@stat.ubc.ca
References
http://www.wiley.com/go/maronna/robust
See Also
[Package RobStatTM version 1.0.8 Index]