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 |
... |
additional arguments passed to |
Author(s)
Andreas Alfons and Aurore Archimbaud
See Also
ICS()
Examples
data("iris")
X <- iris[,-5]
out <- ICS(X)
summary(out)
[Package ICS version 1.4-1 Index]