- Notifications
You must be signed in to change notification settings - Fork59
Mathematical Modeling of Infectious Disease Dynamics
License
EpiModel/EpiModel
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Tools for simulating mathematical models of infectious disease dynamics. Epidemic model classes include deterministic compartmental models, stochastic individual-contact models, and stochastic network models. Network models use the robust statistical methods of exponential-family random graph models (ERGMs) from the Statnet suite of software packages in R. Standard templates for epidemic modeling include SI, SIR, and SIS disease types. EpiModel features an easy application programming interface (API) for extending these templates to address novel scientific research aims.
Samuel M. Jenness | Department of Epidemiology | Emory University |
Steven M. Goodreau | Department of Anthropology | University of Washington |
Martina Morris | Departments of Statistics and Sociology | University of Washington |
Adrien Le Guillou | Department of Epidemiology | Emory University |
Chad Klumb | Center for Studies in Demography and Ecology | University of Washington |
Additional contributors to EpiModel are listed on thecontributors page.
The current release version can be found onCRAN and installed with:
install.packages("EpiModel",dependencies=TRUE)
To install this development version, use theremotes package:
if (!require("remotes")) install.packages("remotes")remotes::install_github("EpiModel/EpiModel")
Website. The main website for EpiModel, with tutorials and other supporting files, is here:http://www.epimodel.org/.
Methods Paper. A good place to start learning about EpiModel is the main methods paper published in theJournal of Statistical Software. It is available at:https://doi.org/10.18637/jss.v084.i08.
Summer Course. Network Modeling for Epidemics is our annual summer workshop/course where we teach the statistical theory, software tools, and applied modeling methods using EpiModel. It is now part of the Summer Institute in Statistics and Modeling in Infectious Diseases (SISMID) at Emory University.Our course materials are open-source and updated annually around the time of the course.
Getting Help. Users are encouraged to use Github issues on this repository as a place to ask questions (both technical coding questions and conceptual modeling questions), report bugs, and request new features & functionality. Broader modeling questions can be posted on the Discussions board here.
TheEpiModel Gallery contains templates of extensions to EpiModel, for now focused on network-based mathematical modeling class. We will be continuing to add new examples the gallery, and encourage users to either file requests for new examples or else to contribute them directly.
If using EpiModel for teaching or research, please include a citation our main methods paper:
Jenness SM, Goodreau SM and Morris M. EpiModel: An R Package for Mathematical Modeling of Infectious Disease over Networks.Journal of Statistical Software. 2018; 84(8): 1-47. doi: 10.18637/jss.v084.i08
Please alsosend us an email if you have used EpiModel in your work so we can add the citation below.
The primary support for the development of these software tools and statistical methods has been by two National Institutes of Health (NIH) grants. Our applied research projects using EpiModel have received funding from the NIH and Centers for Disease Control and Prevention (CDC). Our team also receives institutional support through center-level NIH grants. A full list of our funding support can be foundhere.
EpiModel and itsextension packages have been used in the following scientific journal articles. A list of these articles can be accessed in awiki page or onZotero. (If you are aware of others, send us an email atsamuel.m.jenness@emory.edu to be included in this list.)
These materials are distributed under the GPL-3 license, with the following copyright and attribution requirements listed in theLICENSE document above.
About
Mathematical Modeling of Infectious Disease Dynamics