Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 624 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 624 Bytes

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