knitr::opts_chunk$set( collapse = TRUE, comment = "exemple d'application" )
library(ModeleMix) library(Rmixmod) data("heterodata") fit <- ModeleMix::modelMixte(heterodata,3) print(fit)
ModeleMix::plot_cluster(heterodata,fit$cluster)
ModeleMix::plot_BIC(heterodata,4)
data("iris") fit <- ModeleMix::modelMixte(iris,3) ModeleMix::plot_cluster(iris,fit$cluster)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.