plot-methods: Plot function.

Description Arguments Examples

Description

This function gives the graphical summary of the parameters of the best model estimated by the function resultscat. This plot helps the class interpretation for the best model. In the lines, the estimated classes are represented with respect to their proportions in decreasing order. Their corresponding area depends on their proportion. The cumulated proportions are indicated on the left side. On the column, three indications are given. The first one is the inter-variables correlations (rho_kb) for all the blocks of the class ordered by their strength of correlation (in decreasing order). The second one is the intra-variables correlations (tau_kb) for each block drawn according to their strength dependencies (in decreasing order). The third is the variables repartition per blocks. A black cell indicates that the variable is affected to the block and a white cell indicates that, conditionally on this class, the variable is independent to the variables of this block.

Arguments

x

output object from clustcat.

y

Ignored

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
# 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))


# a plot summarizing the best best model
plot(res)

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