Learn R Programming

bipl5 (version 1.0.2)

FMbiplot: 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)

Value

A list returned invisibly containing the following fit measures:

  • Cumulative Predictivity

  • Marginal Predictivity for the first three principal components

  • Marginal Adequacy for the first three principal components

  • Overall quality of display

Arguments

x

An object of class bipl5

Examples

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

Run the code above in your browser using DataLab