summary.ICS_Out {ICSOutlier} | R Documentation |
Summary of an 'ICS_Out' Object Summarizes an 'ICS_Out' object in an informative way.
Description
Summary of an 'ICS_Out' Object
Summarizes an 'ICS_Out' object in an informative way.
Usage
## S3 method for class 'ICS_Out'
summary(object, ...)
Arguments
object |
object object of class |
... |
additional arguments passed to |
Value
An object of class "ICS_Out_summary"
with the following components:
-
comps
: Vector giving the indices of the ICS components selected. -
method
: Name of the method used to decide upon the number of ICS components. -
test
: he name of the normality test as specified in the function call. -
S1_label
: Name of S1. -
S2_label
: Name of S2. -
level_test
: The level for deciding upon the cut-off value for the ICS distances. -
level_dist
: The initial level for selecting the invariant coordinates. -
nb_outliers
: the number of observations identified as outliers.
Author(s)
Aurore Archimbaud and Klaus Nordhausen
[Package ICSOutlier version 0.4-0 Index]