Title: | A 'Shiny' App to Simulate the Dynamics of Epidemic and Endemic Diseases Spread |
---|---|
Description: | The 'EpiSimR' package provides an interactive 'shiny' app based on deterministic compartmental mathematical modeling for simulating and visualizing the dynamics of epidemic and endemic disease spread. It allows users to explore various intervention strategies, including vaccination and isolation, by adjusting key epidemiological parameters. The methodology follows the approach described by Brauer (2008) <doi:10.1007/978-3-540-78911-6_2>. Thanks to 'shiny' package. |
Authors: | Nassim AYAD [aut, cre] (<https://orcid.org/0000-0002-1809-0935>, Laboratory of Modeling and Biostatistics, Pasteur Institute of Algeria) |
Maintainer: | Nassim AYAD <[email protected]> |
License: | GPL (>= 3) |
Version: | 1.1 |
Built: | 2025-03-01 15:23:06 UTC |
Source: | https://github.com/nassimayad87/episimr |
Launch the shiny app of the package EpiSimR
run_app()
run_app()
No return value, called for side effects. This function launches a Shiny application.
if (interactive()) { library(EpiSimR) run_app() }
if (interactive()) { library(EpiSimR) run_app() }