plot-method: Plot the probability distribution functions of the...

Description Arguments Value See Also Examples

Description

This function plots the probability distribution functions of the one-dimensional margins per components weigthed by the component proportions.

Arguments

x

A MixClusResults object

y

A numeric vector indicating the plotted variables

Value

NULL.

See Also

plot

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# Importation of the data set
data("simu")

# Cluster analysis by the bi-component mixture model of Gaussian copulas
# with equal correlation matrices between classes
mixres <- MixClusClustering(simu, 2, model="homo", nbalgo=1, burn_in=30, nbiter=100)

# Univariate probability distribution function of the one-dimensional 
# margins per component weigthed by the component proportions
plot(mixres)

MixCluster documentation built on May 2, 2019, 5:49 p.m.