default_models: Model help

Description Usage Value Examples

View source: R/model_info.R

Description

This function prints a list of all built in models, along with their parameter arguments and a short description.

Usage

1

Value

data frame of model descriptions.

Examples

1

Example output

Loading required package: dplyr

Attaching package:dplyrThe following objects are masked frompackage:stats:

    filter, lag

The following objects are masked frompackage: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

shinySIR documentation built on Oct. 23, 2020, 7:36 p.m.