Plot marginal mixing distributions
This function plots an estimated marginal mixing distributions.
plot_mixture_marginal(mean, cov, weights, name)
mean
: The class means.cov
: The class covariances.weights
: The class weights.name
: The covariate name.An object of class ggplot
.
Useful links