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
Examples
summary(prcomp(Sdatasets::freeny.x))