summary.ICS-S3 {ICS} | R Documentation |
ICS
objectSummarizes and prints an ICS
object in an informative way.
## S3 method for class 'ICS'
summary(object, ...)
object |
object of class |
... |
additional arguments passed to |
Andreas Alfons and Aurore Archimbaud
ICS()
data("iris")
X <- iris[,-5]
out <- ICS(X)
summary(out)