CovNARobust | R Documentation |
Computes a robust multivariate location and scatter estimate with a high breakdown point for incomplete data, using one of the available estimators.
CovNARobust(x, control, impMeth=c("norm" , "seq", "rseq"))
x |
a matrix or data frame. |
control |
a control object (S4) for one of the available control classes,
e.g. |
impMeth |
select imputation method to use - choose one of "norm" , "seq" or "rseq". The default is "norm" |
This function is based on imputation and than estimation with a selected high breakdown point method.
Thus first imputation with the selected method will be performed and then the function CovRobust
will be called.
For details see CovRobust
.
An object derived from a CovRobust
object, depending on the selected estimator.
Valentin Todorov valentin.todorov@chello.at
V. Todorov, M. Templ and P. Filzmoser. Detection of multivariate outliers in business survey data with incomplete information. Advances in Data Analysis and Classification, 5 37–56, 2011.
Todorov V & Filzmoser P (2009), An Object Oriented Framework for Robust Multivariate Analysis. Journal of Statistical Software, 32(3), 1–47. <doi:10.18637/jss.v032.i03>.
data(bush10)
CovNARobust(bush10)
CovNARobust(bush10, CovControlSest())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.