summary.clustvar {ClustOfVar} | R Documentation |
This is a method for the function summary for objects of the class
clustvar
.
## S3 method for class 'clustvar'
summary(object, ...)
object |
an object of class |
... |
further arguments passed to or from other methods. |
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.
data(decathlon)
part<-kmeansvar(X.quanti=decathlon[,1:10],init=5)
summary(part)