{"id":13613775,"url":"https://github.com/EpiModel/EpiModel","last_synced_at":"2025-04-13T18:31:37.059Z","repository":{"id":18578576,"uuid":"21781645","full_name":"EpiModel/EpiModel","owner":"EpiModel","description":"Mathematical Modeling of Infectious Disease Dynamics","archived":false,"fork":false,"pushed_at":"2025-04-09T13:14:22.000Z","size":28254,"stargazers_count":250,"open_issues_count":28,"forks_count":60,"subscribers_count":20,"default_branch":"main","last_synced_at":"2025-04-10T06:04:46.620Z","etag":null,"topics":["agent-based-modeling","epidemics","epidemiology","infectious-diseases","network-graph"],"latest_commit_sha":null,"homepage":"http://epimodel.org","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EpiModel.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-07-13T02:56:31.000Z","updated_at":"2025-03-25T11:40:23.000Z","dependencies_parsed_at":"2023-12-08T20:24:53.690Z","dependency_job_id":"b4e87576-3894-4279-ab1c-664e976f0330","html_url":"https://github.com/EpiModel/EpiModel","commit_stats":null,"previous_names":[],"tags_count":44,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EpiModel%2FEpiModel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EpiModel%2FEpiModel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EpiModel%2FEpiModel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EpiModel%2FEpiModel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EpiModel","download_url":"https://codeload.github.com/EpiModel/EpiModel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248760374,"owners_count":21157346,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-based-modeling","epidemics","epidemiology","infectious-diseases","network-graph"],"created_at":"2024-08-01T20:00:53.483Z","updated_at":"2025-04-13T18:31:36.320Z","avatar_url":"https://github.com/EpiModel.png","language":"R","funding_links":[],"categories":["Frameworks and libraries"],"sub_categories":["R"],"readme":"# EpiModel\n\n[![CRAN Version](http://img.shields.io/badge/Version-2.5.0-orange.svg?style=flat)](https://github.com/EpiModel/EpiModel/releases/tag/v2.5.0) [![](http://cranlogs.r-pkg.org/badges/EpiModel?color=blue)](https://CRAN.R-project.org/package=EpiModel) [![](http://cranlogs.r-pkg.org/badges/grand-total/EpiModel?color=blue)](https://CRAN.R-project.org/package=EpiModel) [![Build Status](https://github.com/EpiModel/EpiModel/workflows/R-CMD-check/badge.svg)](https://github.com/EpiModel/EpiModel/actions) [![Methods](https://img.shields.io/badge/docs-Methods-943ad8.svg)](https://doi.org/10.18637/jss.v084.i08)\n\n\u003cbr\u003e \u003cimg src=\"https://www.epimodel.org/movie.gif\" align=\"right\"/\u003e\n\nTools 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.\n\n### Lead Authors\n\n|                                                               |                                         |                          |\n|---------------------------------------------------------------|-----------------------------------------|--------------------------|\n| [Samuel M. Jenness](http://samueljenness.org/)                | Department of Epidemiology              | Emory University         |\n| [Steven M. Goodreau](http://faculty.washington.edu/goodreau/) | Department of Anthropology              | University of Washington |\n| [Martina Morris](http://faculty.washington.edu/morrism/)      | Departments of Statistics and Sociology | University of Washington |\n| [Adrien Le Guillou](http://samueljenness.org/team.html)       | Department of Epidemiology              | Emory University         |\n| Chad Klumb                                                    | Center for Studies in Demography and Ecology | University of Washington |\n\nAdditional contributors to EpiModel are listed on the [contributors](https://github.com/EpiModel/EpiModel/graphs/contributors) page.\n\n### Installation\n\nThe current release version can be found on \u003ca href=\"https://CRAN.R-project.org/package=EpiModel\" target=\"_blank\"\u003eCRAN\u003c/a\u003e and installed with:\n\n``` r\ninstall.packages(\"EpiModel\", dependencies = TRUE)\n```\n\nTo install this development version, use the \u003ca href=\"https://github.com/r-lib/remotes\" target=\"_blank\"\u003eremotes package\u003c/a\u003e:\n\n``` r\nif (!require(\"remotes\")) install.packages(\"remotes\")\nremotes::install_github(\"EpiModel/EpiModel\")\n```\n\n### Documentation and Support\n\n**Website.** The main website for EpiModel, with tutorials and other supporting files, is here: \u003ca href=\"https://www.epimodel.org/\" target=\"_blank\"\u003ehttp://www.epimodel.org/\u003c/a\u003e.\n\n**Methods Paper.** A good place to start learning about EpiModel is the main methods paper published in the *Journal of Statistical Software.* It is available at: \u003ca href=\"https://doi.org/10.18637/jss.v084.i08\" target=\"_blank\"\u003ehttps://doi.org/10.18637/jss.v084.i08\u003c/a\u003e.\n\n**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. \u003ca href=\"https://epimodel.github.io/sismid/\" target=\"_blank\"\u003eOur course materials\u003c/a\u003e are open-source and updated annually around the time of the course.\n\n**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 \u0026 functionality. Broader modeling questions can be posted on the Discussions board here.\n\n### The EpiModel Gallery\n\nThe \u003ca href=\"https://github.com/EpiModel/EpiModel-Gallery\" target=\"_blank\"\u003eEpiModel Gallery\u003c/a\u003e  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.\n\n### Citation\n\nIf using EpiModel for teaching or research, please include a citation our main methods paper:\n\n\u003e 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\n\nPlease also \u003ca href=\"mailto:samuel.m.jenness@emory.edu?Subject=We Used EpiModel in Our Study!\" target=\"_top\"\u003esend us an email \u003c/a\u003e if you have used EpiModel in your work so we can add the citation below.\n\n### Funding\n\nThe 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 found [here](https://github.com/EpiModel/EpiModel/wiki/EpiModel-Funding).\n\n### EpiModel in the Scientific Literature\n\nEpiModel and its [extension packages](https://github.com/EpiModel/EpiModelHIV) have been used in the following scientific journal articles. A list of these articles can be accessed in a [wiki page](https://github.com/EpiModel/EpiModel/wiki/EpiModel-in-the-Scientific-Literature) or on [Zotero](https://www.zotero.org/groups/2486200/epimodel_literature/library). (If you are aware of others, send us an email at [samuel.m.jenness\\@emory.edu](mailto:samuel.m.jenness@emory.edu) to be included in this list.)\n\n### Copyright\n\nThese materials are distributed under the GPL-3 license, with the following copyright and attribution requirements listed in the [LICENSE](https://github.com/EpiModel/EpiModel/blob/main/LICENSE.md) document above.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEpiModel%2FEpiModel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEpiModel%2FEpiModel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEpiModel%2FEpiModel/lists"}