summary.epplab {REPPlab} | R Documentation |
Summarize an epplab Object
Description
Summarizes and prints an epplab
object in an informative way.
Usage
## S3 method for class 'epplab'
summary(object, which = 1:10, digits = 4, ...)
Arguments
object |
Object of class |
which |
Summary for |
digits |
Number of displayed decimal digits |
... |
Additional parameters |
Details
The option which
can restrict the output to certain simulation runs.
In case of many simulations, this might improve the readability.
Author(s)
Daniel Fischer
Examples
library(tourr)
data(olive)
res <- EPPlab(olive[,3:10],PPalg="PSO",PPindex="KurtosisMin",n.simu=10, maxiter=20)
summary(res)
[Package REPPlab version 0.9.6 Index]