Description Arguments Value See Also Examples
This function plots the probability distribution functions of the one-dimensional margins per components weigthed by the component proportions.
x |
A |
y |
A numeric vector indicating the plotted variables |
NULL.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.