summary.clustvar: Summary of a 'hclustvar' object

Description Usage Arguments Value See Also Examples

View source: R/summary.clustvar.R

Description

This is a method for the function summary for objects of the class clustvar.

Usage

1
2
## S3 method for class 'clustvar'
summary(object, ...)

Arguments

object

an object of class clustvar.

...

further arguments passed to or from other methods.

Value

Returns a list of matrices of squared loadings i.e. for each cluster of variables, the squared loadings on first principal component of PCAmix. For quantitative variables (resp. qualitative), squared loadings are the squared correlations (resp. the correlation ratios) with the first PC (the cluster center). If the partition of variables has been obtained with kmeansvar the number of iteration until convergence is also indicated.

See Also

kmeansvar, cutreevar

Examples

1
2
3
data(decathlon)
part<-kmeansvar(X.quanti=decathlon[,1:10],init=5)
summary(part)

chavent/ClustOfVar documentation built on Nov. 7, 2019, 2:19 p.m.