FMbiplot {bipl5}R Documentation

Determine various measures of fit for the PCA biplot

Description

Print various measures of fit of the biplot display to the console

Usage

FMbiplot(x)

Arguments

x

An object of class bipl5

Value

A list returned invisibly containing the following fit measures:

Examples

x<-PCAbiplot(iris[,-5])
FMbiplot(x)

[Package bipl5 version 1.0.2 Index]