Description Usage Value Examples
This function prints a list of all built in models, along with their parameter arguments and a short description.
1 |
data frame of model descriptions.
1 |
Loading required package: dplyr
Attaching package: ‘dplyr’
The following objects are masked from ‘package:stats’:
filter, lag
The following objects are masked from ‘package:base’:
intersect, setdiff, setequal, union
Loading required package: tidyr
Loading required package: ggplot2
Loading required package: shiny
Loading required package: deSolve
Model
1 SIR
2 SIRbirths
3 SIRvaccination
4 SIS
5 SISbirths
6 SIRS
7 SIRSbirths
8 SIRSvaccination
Parameters
1 R0, infectious period (Ip)
2 R0, infectious period (Ip), birth rate (mu)
3 R0, infectious period (Ip), birth rate (mu), proportion vaccinated (p)
4 R0, infectious period (Ip)
5 R0, infectious period (Ip), birth rate (mu)
6 R0, infectious period (Ip), immune period (Rp)
7 R0, infectious period (Ip), immune period (Rp), birth rate (mu)
8 R0, infectious period (Ip), immune period (Rp), birth rate (mu), proportion vaccinated (p)
Description
1 SIR model: lifelong immunity
2 SIR model with demography (equal birth and death rates)
3 SIR model with demography and vaccination at birth
4 SIS model: no immunity
5 SIS model with demography (equal birth and death rates)
6 SIRS model: temporary immunity
7 SIRS model with demography (equal birth and death rates)
8 SIRS model with demography and vaccination at birth
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.