Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.clv

summary and description of the clusters of variables


Description

This function provides the list of the variables within each group and complementary informations. Users will be asked to specify the number of clusters,

Usage

## S3 method for class 'clv'
summary(object, K = NULL, ...)

Arguments

object

: result of CLV() or CLV_kmeans()

K

: the number of clusters (unless if CLV_kmeans was used)

...

further arguments passed to or from other methods

Details

The ouputs include :

  • the size of the groups,

  • the list of the variables within each group. FFor each cluster, the correlation of the each variable with its group latent component and the correlation with the next neighbouring group latent component are given.

  • the proportion of the variance within each group explained by its latent variable,

  • the proportion of the whole dataset account by the group latent variables

  • the matrix of correlation between the latent variables.


ClustVarLV

Clustering of Variables Around Latent Variables

v2.0.1
GPL-3
Authors
Evelyne Vigneau [aut, cre], Mingkun Chen [ctb], Veronique Cariou [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.