summary.ICS-S3 {ICS}R Documentation

To summarize an ICS object

Description

Summarizes and prints an ICS object in an informative way.

Usage

## S3 method for class 'ICS'
summary(object, ...)

Arguments

object

object of class ICS.

...

additional arguments passed to print.ICS().

Author(s)

Andreas Alfons and Aurore Archimbaud

See Also

ICS()

print.ICS()

Examples

data("iris")
X <- iris[,-5]
out <- ICS(X)
summary(out)

[Package ICS version 1.4-1 Index]