Skip to content

Programming-The-Next-Step-2021/Epimodelling-SEIR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Epimodelling-SEIR

R package and Shiny app for SEIR models

The main aim of this project

The main aim of this project is twofold. First, I am creating a set of tools with which users can better understand the dynamics of an epidemic. These tools include R functions where the user can change the parameter values and inspect the results and a resulting simple Shiny application where these parameter changes can be made dynamically.

Second, the R package will be capable of estimating the parameters of the system when observed data is present.

SEIR model

Wikipedia_image

The logic of SEIR model is very similar to other compartmental epidemic models like SIS and SIR. We assume that the population consist of Susceptible (S), Exposed (more on that later), Infectious (E), and Recovered/Removed (R). In case of many infections there is a incubation period during the people are infected, but not infectious (E - Exposed). The following system of differential equation encapsulates the model, where beta is the contact rate, mu is mortality, gamma is recovery rate and a is the incubation period.

Model-S

Model-E

Model-I

Model-R

Contact

Bence Gergely Email: [email protected]

Twitter: @GergelyBence7

About

R package and Shiny illustration for SEIR models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published