/seminribm

Stochastic, individual-based, SEmInR model.

Primary LanguageC++MIT LicenseMIT

seminribm

This package implements a stochastic, individual-based, version of an compartmental epidemiological model of type SEIR. There are m latent (E) states and n infectious (I) states, hence the model name SEmInR.

See package documentation and vignette for more information.

To install: library(devtools) ; install_github("davidchampredon/seminribm", build_vignettes = TRUE, force=TRUE)