Learn R Programming

ICS (version 1.4-1)

summary.ICS-S3: To summarize an ICS object

Description

Summarizes and prints an ICS object in an informative way.

Usage

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

Arguments

object

object of class ICS.

...

additional arguments passed to print.ICS().

Author

Andreas Alfons and Aurore Archimbaud

See Also

ICS()

print.ICS()

Examples

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

Run the code above in your browser using DataLab