Skip to contents

Extract loadingsin principal components analysis.

Usage

# S4 method for PCA
loadings(x)

Arguments

x

A PCA object.

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][stats::loadings].

Author

N. Frerebeau