robcor(x, y = NULL, method = c("ssd", "quadrant", "mcd"), partial = FALSE, post = "psdcor", scaler = "s_FastQn", regress = "lmrob")
NULL
(default) or a vector, matrix or data frame with compatible dimensions to x
.
The default is equivalent to y = x
(but more efficient).
NULL
. By default, positive semidefinite
correction is applied (psdcor()
).
"ssd"
method.
By default, s_FastQn()
is used.
lmrob()
is used.
cor()
.Note, that implementation and documentation is not finished/polished yet.