powered by
Summarizes and prints an epplab object in an informative way.
epplab
# S3 method for epplab summary(object, which = 1:10, digits = 4, ...)
Object of class epplab.
Summary for which simulation runs
which
Number of displayed decimal digits
Additional parameters
Daniel Fischer
The option which can restrict the output to certain simulation runs. In case of many simulations, this might improve the readability.
library(tourr) data(olive) res <- EPPlab(olive[,3:10],PPalg="PSO",PPindex="KurtosisMin",n.simu=10, maxiter=20) summary(res)
Run the code above in your browser using DataLab