loadings: Extract Loadings
Description
Extract loadingsin principal components analysis.
Usage
# S4 method for PCA
loadings(x, ...)
Value
Returns variable loadings (i.e. the coefficients of the linear combination
of the original variables).
Arguments
- x
A PCA
object.
- ...
Currently not used.