summary.prcomp
Summary of a Principal Components Object

Description

Produces a summary that shows the importance of each component.

Usage

summary.prcomp(object, ...)

Arguments

object an object of class prcomp.

Details

This is the prcomp method for the generic function summary.
Value
returns an object of class summary.prcomp having components:
importance importance of each principal component.
Also returns all of the components of object.
See Also
prcomp, summary, print.loadings, print.summary.prcomp.
Examples
summary(prcomp(Sdatasets::freeny.x)) 
Package stats version 6.0.0-69
Package Index