powered by
Extracts the found directions of an epplab object.
epplab
# S3 method for epplab coef(object, which = 1:ncol(object$PPdir), ...)
Object of class epplab.
Specifies which directions are extracted.
Additional parameters.
Daniel Fischer
The coef function extracts the directions found from the EPPlab call.
library(tourr) data(olive) res <- EPPlab(olive[,3:10],PPalg="PSO",PPindex="KurtosisMin",n.simu=10, maxiter=20) coef(res)
Run the code above in your browser using DataLab