loadings | R Documentation |
Extract loadingsin principal components analysis.
## S4 method for signature 'PCA'
loadings(x, ...)
x |
A |
... |
Currently not used. |
Returns variable loadings (i.e. the coefficients of the linear combination of the original variables).
loadings()
is only implemented for consistency with stats::loadings()
.
N. Frerebeau
Other mutators:
dimnames()
,
subset()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.