predict.bipl5: Method to obtain the predicted or fitted values of the biplot

View source: R/Methods_class_bipl5.R

predict.bipl5R 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)

bipl5 documentation built on Nov. 2, 2023, 5:07 p.m.