nosoi
nosoi
(pronounced no.so.i) is a flexible agent-based stochastic transmission chain/epidemic simulator in R, named after the daimones of plague, sickness and disease that escaped Pandora's jar in Greek mythology. nosoi
is able to take into account the impact of multiple variables 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:
install.packages("nosoi")
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
).