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.
EpiSimR offers an interactive platform for modeling the spread of infectious diseases. Users can select different epidemiological models, including:
The app allows users to configure various parameters, such as:
Users can adjust key epidemiological parameters, including:
By modifying these parameters, users can simulate and visualize disease progression under different conditions and intervention strategies.
To install the package, use:
# Install from GitHub
devtools::install_github("NassimAyad87/EpiSimR", dependencies = TRUE)
Launch the Shiny application using:
library(EpiSimR)
run_app()
This package is licensed under the GPL-3 License.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.