powered by
mv.shape.est(X, score = "identity", estimate = "outer", location = NULL, na.action = na.fail, ...)
"identity"
"sign"
"symmsign"
"rank"
"outer"
"inner"
cov
tyler.shape
duembgen.shape
HR.Mest
spatial.shape
data(iris) IRIS <- iris[,1:4] mv.shape.est(IRIS, "sign") mv.shape.est(IRIS, "symmsign", "o") mv.shape.est(IRIS, "rank")
Run the code above in your browser using DataLab