README
March 15, 2026 ยท View on GitHub
bmm
An R package that uses a variational Bayesian approach for fitting a mixture of Beta distributions
Installation instructions
The easy way:
#install devtools if you don't have it already
install.packages("remotes")
library(remotes)
install_github("genome/bmm")
Or build it by hand:
#make sure you have the ggplot2 dependency first
$ git clone git@github.com:genome/bmm.git
$ cd bmm/
$ R CMD build bmm
$ R CMD INSTALL bmm_0.3.2.tar.gz
Usage
See R docs for usage