loadings
Extract Loadings from an Object

Description

Extracts the loadings component of an object.

Usage

loadings(x, ...)

Arguments

x an object, generally of class princomp or factanal.
... other arguments are ignored.
Value
returns the loadings component of x, which is likely to be of class loadings.
See Also
princomp, factanal, plot.loadings, print.loadings.
Examples
pc.freeny <- princomp(Sdatasets::freeny.x) 
loadings(pc.freeny) 
print(loadings(pc.freeny), cutoff = 0.5) 
Package stats version 6.0.0-69
Package Index