simul: Simulate an epidemic

View source: R/simul.R

simulR Documentation

Simulate an epidemic

Description

Simulate an epidemic by solving the system of ordinary differential equations that define the SEIR-like compartmental model.

Usage

simul(prm)

Arguments

prm

List of all model parameters.

Value

A dataframe of the time series of all epidemiological variables.

Examples

prm = model_prm_example() ; sim = simul(prm)


phac-nml-phrsd/wem documentation built on June 6, 2024, 11:06 p.m.