loadings: Extract Loadings

loadingsR Documentation

Extract Loadings

Description

Extract loadingsin principal components analysis.

Usage

## S4 method for signature '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(s)

N. Frerebeau

See Also

Other mutators: dimnames(), get_contributions(), get_coordinates(), get_data(), get_distances(), get_eigenvalues(), subset()


dimensio documentation built on Nov. 25, 2023, 1:08 a.m.