summary and description of the clusters of variables
This function provides the list of the variables within each group and complementary informations. Users will be asked to specify the number of clusters,
## S3 method for class 'clv' summary(object, K = NULL, ...)
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 |
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.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.