powered by
ICS
Summarizes and prints an ICS object in an informative way.
# S3 method for ICS summary(object, ...)
object of class ICS.
additional arguments passed to print.ICS().
print.ICS()
Andreas Alfons and Aurore Archimbaud
ICS()
data("iris") X <- iris[,-5] out <- ICS(X) summary(out)
Run the code above in your browser using DataLab