FMbiplot: Determine various measures of fit for the PCA biplot

View source: R/fitmeasures.R

FMbiplotR 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:

  • Cumulative Predictivity

  • Marginal Predictivity for the first three principal components

  • Marginal Adequacy for the first three principal components

  • Overall quality of display

Examples

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

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