summary.clv: summary and description of the clusters of variables

View source: R/summary.clv.R

summary.clvR Documentation

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 documentation built on May 28, 2022, 5:05 p.m.