
Last chance! 50% off unlimited learning
Sale ends in
ICS
objectSummarizes 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()
.
Andreas Alfons and Aurore Archimbaud
ICS()
print.ICS()
data("iris")
X <- iris[,-5]
out <- ICS(X)
summary(out)
Run the code above in your browser using DataLab