SIRvaccination {shinySIR}R Documentation

SIR model with vaccination at birth

Description

These equations describe the classic SIR model with births and deaths, constant population size, and (optional) vaccination at birth.

Usage

SIRvaccination(t, y, parms)

Arguments

t

numeric vector of time points

y

numeric vector of variables

parms

named vector of model parameters.

Value

equation list


[Package shinySIR version 0.1.2 Index]