summary-methods: Summary function.

Description Arguments Examples

Description

This function gives the summary of output from clustercat or strategycat. For a clustercat object, this function presents the repartition per block of the variables and the correlation coefficient Rho.

Arguments

object

output object from clustercat or strategycat.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
# Simple example with binary data
data("dentist")




# estimation of the model for a classes number equal to 1,2.
res <- clustercat(dentist, 1:2,modal=rep(2,5))

# presentation of the best model
summary(res)

Clustericat documentation built on May 2, 2019, 5:45 p.m.