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
Examples
pc.freeny <- princomp(Sdatasets::freeny.x) 
loadings(pc.freeny) 
print(loadings(pc.freeny), cutoff = 0.5)