Learn R Programming

dimensio (version 0.9.0)

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.

Author

N. Frerebeau

See Also

Other mutators: dimnames(), subset()