knitr::opts_chunk$set( collapse = TRUE, comment = "#>", eval = FALSE )
'EpiSimR' is an R package providing an interactive Shiny application for simulating the spread of epidemic and endemic diseases using deterministic compartmental mathematical models. The application allows users to:
This tool is designed for researchers, public health professionals, and students who wish to explore the dynamics of infectious diseases and assess intervention strategies.
To install and load 'EpiSimR', use:
# Install from CRAN install.packages("EpiSimR") # Load the package library(EpiSimR)
To start the interactive Shiny app, run:
run_app()
Imagine a scenario where a new infectious disease emerges. Public health officials want to evaluate whether vaccination or isolation measures can help control the outbreak. Using EpiSimR, they can:
For more details on deterministic compartmental models, see:
If you use 'EpiSimR' in your research, please cite it as follows:
citation("EpiSimR")
This vignette provides an introduction to using 'EpiSimR' for epidemic simulations. For further details, refer to the package documentation and function help pages (e.g., ?run_app
).
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.