README.md

MME

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.

Installation

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")


RoelVerbelen/MME documentation built on May 9, 2019, 10:31 a.m.