MME is an R package providing a method to fit univariate and multivariate mixtures of Erlang distributions to possibly censored and/or truncated data. The censoring and/or truncation can be left, right or interval.
To install the current development version from github you need the devtools package and the other packages on which MME depends:
install.packages(c("devtools", "doParallel", "foreach", "matrixStats", "parallel"))
To install MME run:
library(devtools)
install_github("RoelVerbelen/MME")