Learn R Programming

ClustVarLV (version 1.4.0)

get_load: To get the loadings of the external variables regarding the latent variable in each cluster

Description

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

  • loadingthe 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.