The aim of nosoi (pronounced no.si) is to provide a flexible agent-based stochastic transmission chain/epidemic simulator (Lequime et al. Methods in Ecology and Evolution 11:1002-1007). It is named after the daimones of plague, sickness and disease that escaped Pandora’s jar in the Greek mythology. nosoi is able to take into account the influence of multiple variable on the transmission process (e.g. dual-host systems (such as arboviruses), within-host viral dynamics, transportation, population structure), alone or taken together, to create complex but relatively intuitive epidemiological simulations.

Installation

To get the current released version from CRAN:

To get the latest (and possibly unstable) version, you can use the devtools package:

install.packages("devtools")
devtools::install_github(repo = "slequime/nosoi")

Documentation

You can find package documentation, with reference, tutorials and examples here: http://slequime.github.io/nosoi/ (built with pkgdown).