Last chance! 50% off unlimited learning
Sale ends in
Prints information of an ICS
object.
# S3 method for ICS
print(x, info = FALSE, digits = 4L, ...)
object of class ICS
.
Logical, either TRUE or FALSE. If TRUE, print additional information on arguments used for computing scatter matrices (only named arguments that contain numeric, character, or logical scalars) and information on the parameters of the algorithm. Default is FALSE.
number of digits for the numeric output.
additional arguments passed to print()
Andreas Alfons and Aurore Archimbaud
ICS()
data("iris")
X <- iris[,-5]
out <- ICS(X)
print(out)
print(out, info = TRUE)
Run the code above in your browser using DataLab