Learn R Programming

REPPlab (version 0.9.6)

coef.epplab: Extracts the Directions of an Epplab Object

Description

Extracts the found directions of an epplab object.

Usage

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

Arguments

object

Object of class epplab.

which

Specifies which directions are extracted.

...

Additional parameters.

Author

Daniel Fischer

Details

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

Examples

Run this code

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