predict.bipl5 {bipl5}R Documentation

Method to obtain the predicted or fitted values of the biplot

Description

Extract the fitted values of the biplot display

Usage

## S3 method for class 'bipl5'
predict(object, ...)

Arguments

object

An object of class bipl5 from which predicted values are to be obtained

...

Additional arguments to be passes to the kable function, contained in a list named kable.args

Value

The function invisibly returns the predicted values of the biplot display, and outputs the predicted values via the kable function

Examples

kable.args<-list()
kable.args$format<-"pipe"
x<-PCAbiplot(iris[,-5])
predict(x,kable.args)

[Package bipl5 version 1.0.2 Index]