Learn R Programming

ClustVarLV (version 1.6.0)

get_load: Loadings of the external variables in each cluster

Description

To get the loadings of the external variables regarding the latent variable in each cluster Applies only when external variables (Xr, Xu or both) are involved.

Usage

get_load(resclv, K = NULL)

Arguments

resclv

: result of CLV(), CLV_kmeans() or LCLV()

K

: the number of groups chosen (already defined if CLV_kmeans is used

Value

loading

the loadings of the external variables For results of LCLV, two types of ladings are defined : loading_v : loadings of the external Xr variables, loading_u : loadings of the external Xu variables.