coef.epplab: Extracts the Directions of an Epplab Object

coef.epplabR Documentation

Extracts the Directions of an Epplab Object

Description

Extracts the found directions of an epplab object.

Usage

## S3 method for class 'epplab'
coef(object, which = 1:ncol(object$PPdir), ...)

Arguments

object

Object of class epplab.

which

Specifies which directions are extracted.

...

Additional parameters.

Details

The coef function extracts the directions found from the EPPlab call.

Author(s)

Daniel Fischer

Examples


library(tourr)
data(olive)
res <- EPPlab(olive[,3:10],PPalg="PSO",PPindex="KurtosisMin",n.simu=10, maxiter=20)
coef(res)


fischuu/REPPlab documentation built on April 19, 2023, 9:52 a.m.