loadings {dimensio} | R Documentation |
Extract Loadings
Description
Extract loadingsin principal components analysis.
Usage
## S4 method for signature 'PCA'
loadings(x, ...)
Arguments
x |
A |
... |
Currently not used. |
Value
Returns variable loadings (i.e. the coefficients of the linear combination of the original variables).
Note
loadings()
is only implemented for consistency with stats::loadings()
.
Author(s)
N. Frerebeau
See Also
Other mutators:
dimnames()
,
get_contributions()
,
get_coordinates()
,
get_data()
,
get_distances()
,
get_eigenvalues()
,
subset()
[Package dimensio version 0.8.1 Index]