Skip to content

SEIR model for COVID-19 infection, including different clinical trajectories of infection

Notifications You must be signed in to change notification settings

demirev/SEIR_COVID19

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SEIR_COVID19

The code for creating the R Shiny application https://demirev.shinyapps.io/SIRinterventions/ which is based on https://alhill.shinyapps.io/COVID19seir/.

The R shiny code is in directory COVID19seir.

This code is an SEIR model for COVID-19 infection, including different age groups and the option to play out multiple interventions.

The code that produces the interface and functionality of the Shiny App is in files

  • server.R
  • ui.R

Files used in the explanatory sections of the app are

  • SEIR.Rmd
  • About.Rmd
  • Tutorial.Rmd

The functions that actually run this variety of the model and process the parameters are in the code/functions_age.R file

If you want to run the code to produce the same outputs as Shiny but without dealing with the app structure, you can use the R scripts

  • runSpreadByAge.R

About

SEIR model for COVID-19 infection, including different clinical trajectories of infection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 88.4%
  • Jupyter Notebook 8.2%
  • R 2.8%
  • TeX 0.6%