| get-methods | R Documentation |
Accessor methods to the slots of objects of classes CovRobMiss, TSGS, GSE, emve, and HuberPairwise
getLocation(object)
getScatter(object)
getDist(object)
getDistAdj(object)
getDim(object)
getMissing(object)
getOutliers(object, cutoff)
getScale(obj)
getFiltDat(object)
obj, object |
an object of any of the following classes
|
cutoff |
optional argument for |
signature(object = "CovRobMiss"): return the estimated location vector
signature(object = "CovRobMiss", cutoff = "numeric"): return the estimated scatter matrix
signature(object = "CovRobMiss"): return the squared partial Mahalanobis distances
signature(object = "CovRobMiss"): return the adjusted squared partial Mahalanobis distances
signature(object = "CovRobMiss"): return the dimension of observed entries for each case
signature(object = "CovRobMiss"): return the case number with completely missing data, if any
signature(object = "CovRobMiss", cutoff = "numeric"): return the case number(s) adjusted squared
distances above (1 - cutoff)th quantile of chi-square p-degrees of freedom.
signature(object = "CovRobMissSc"): return either the estimated generalized S-scale or MVE-scale. See GSE and emve for details.
signature(object = "TSGS"): return filtered data matrix from the first step of 2SGS.
## Not run:
data(boston)
res <- GSE(boston)
## extract estimated location
getLocation(res)
## extract estimated scatter
getScatter(res)
## extract estimated adjusted distances
getDistAdj(res)
## extract outliers
getOutliers(res)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.