pomp_arr: Example SIR simulation output of class 'array' from the...

Description Usage Format Examples

Description

The data is an example of simulation output from functions from the pomp package by King et al. The code for how this data was generated can be found in the data-raw folder. We also make available the other possible output formats from pomp. See pomp_df and pomp_pomp

Usage

1

Format

A list of 2 entries where the first and second entries are both arrays. The first entry has dimension 4x 100 x10 and the dimension names are respectively variable ("S", "I", "R", "H"), rep, and time. The second entry has dimension 1 x 100 x 101 where the dimension names are respectively variable ("cases"), 'rep', and 'time'. Thus entry ijk in either array corresponds to the number of the variable i at simulation/rep j and time k.

Examples

1
2
3
data("pomp_arr")
names(pomp_arr)
dimnames(pomp_arr[[1]])

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