EpiModel_icm: EpiModel_icm Example output from the 'EpiModel' package for a...

Description Usage Format Examples

Description

This data is made from the SIR DCM/ICM example in the EpiModel vignette found here. We run the individual contact model (ICM) for 300 steps and set the birth and death rates (a.rate, ds.rate, di.rate, dr.rate) to zero. This is object is of class icm. We run the simulation 10 times. The output details can be found with ?EpiModel::icm.

Usage

1

Format

a icm object from the EpiModel package. This contains the following elements:

param

the epidemic parameters passed into the model through param, with additional parameters added as necessary.

control

the control settings passed into the model through control, with additional controls added as necessary.

epi

a list of data frames, one for each epidemiological output from the model. Outputs for base models always include the size of each compartment, as well as flows in, out of, and between compartments.

Examples

1
2
3
4
5
## Look at structure
str(EpiModel_icm)

## Look at SIR values
head(EpiModel_icm$epi$s.num)

skgallagher/EpiCompare documentation built on Sept. 14, 2021, 5:45 a.m.