summary_dependencies: Summary Dependencies function.

Description Usage Arguments Examples

View source: R/summary_dependencies.R

Description

This function gives the summary of the dependencies of the best model from a clustcat object. For each block, the first line presents the variables of the block and the correlation coefficient Rho. The other lines print the value of the parameters of maximum dependence distribution (Tau: probabilities of the modalities crossing, Delta: modalities crossing).

Usage

1

Arguments

object

output object from clustercat.

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))

# presentation of the best model
summary(res)

# presentation of the parameters of the conditional dependencies for the best model
summary_dependencies(res)

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