https://github.com/nassimayad87/episimr
EpiSimR is an R Shiny application designed for simulating the dynamics of epidemic and endemic disease spread. It utilizes deterministic compartmental mathematical models to provide interactive visualizations and insights into disease transmission and control strategies.
https://github.com/nassimayad87/episimr
infectious-disease-models r seir-model shiny-apps simulation sir-model
Last synced: 3 months ago
JSON representation
EpiSimR is an R Shiny application designed for simulating the dynamics of epidemic and endemic disease spread. It utilizes deterministic compartmental mathematical models to provide interactive visualizations and insights into disease transmission and control strategies.
- Host: GitHub
- URL: https://github.com/nassimayad87/episimr
- Owner: NassimAyad87
- License: gpl-3.0
- Created: 2025-02-15T21:35:14.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-26T22:28:58.000Z (3 months ago)
- Last Synced: 2025-02-26T23:22:37.763Z (3 months ago)
- Topics: infectious-disease-models, r, seir-model, shiny-apps, simulation, sir-model
- Language: R
- Homepage: https://nassimayad.shinyapps.io/EpiSimR/
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# EpiSimR
[](https://CRAN.R-project.org/package=EpiSimR)
[](https://doi.org/10.5281/zenodo.14876656)## Overview
**EpiSimR** is an R Shiny application designed for simulating the dynamics of epidemic and endemic disease spread. It utilizes deterministic compartmental mathematical models to provide interactive visualizations and insights into disease transmission and control strategies.
## Description
EpiSimR offers an interactive platform for modeling the spread of infectious diseases. Users can select different epidemiological models, including:
- **SIR (Susceptible-Infectious-Recovered)**
- **SEIR (Susceptible-Exposed-Infectious-Recovered)**The app allows users to configure various parameters, such as:
- Inclusion or exclusion of permanent immunity
- Consideration of demographic changes
- Implementation of vaccination and isolation strategiesUsers can adjust key epidemiological parameters, including:
- **Basic reproduction number (Râ‚€)**
- **Birth and mortality rates**
- **Infectious and latent periods**
- **Immunity duration**
- **Vaccination coverage**
- **Isolation rate**By modifying these parameters, users can simulate and visualize disease progression under different conditions and intervention strategies.
## Installation
To install the package, use:
``` r
# Install from GitHub
devtools::install_github("NassimAyad87/EpiSimR", dependencies = TRUE)# Install from CRAN
install.packages("EpiSimR", dependencies = TRUE)
```## Usage
Launch the Shiny application using:
``` r
library(EpiSimR)
run_app()
```## Features
### Model Selection & Customization
- Choose between **SIR** and **SEIR** models.
- Include or exclude permanent immunity.
- Consider demographic changes.
- Customize vaccination and isolation strategies.### Parameter Adjustments
- **Basic reproduction number (Râ‚€)**
- **Birth and mortality rates**
- **Infectious period**
- **Latent period** (for SEIR model)
- **Immunity duration**
- **Vaccination coverage**
- **Isolation rate**### Simulation & Interactive Visualization
- Real-time simulation of epidemic and endemic dynamics.
- Interactive graphical representation of disease spread over time.
- Visual assessment of public health intervention impacts (e.g., vaccination, isolation).### User-Friendly Interface
- Built with **Shiny** for an intuitive and interactive experience.
- Dynamic updates based on user inputs.### Application Purpose
- Serves as an educational and analytical tool for understanding epidemiological modeling.
- Assists in evaluating the effectiveness of public health interventions.## License
This package is licensed under the **GPL-3 License**.
## Citation
To cite this package, use:``` r
citation("EpiSimR")
```