R
package for Bayesian model-based clustering of several dissimilarity
matrices.
Since the package requires some code to be compiled, you need a working C++ compiler. To get it:
sudo apt-get install r-base-dev
or similar.Then, the easiest way to get the package is to install it from GitHub:
# install.packages("devtools")
devtools::install_github("sergioventurini/dmbc")
See the help pages of the dmbc()
and dmbc_IC()
functions for examples
or run any of the demos available in the package by executing the code
demo(_demo_name_, package = "dmbc")
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.