simulated.outbreak.deaths: Simulated case and death reports from a fictional outbreak

Description Usage Format Source Examples

Description

This dataset provides reported counts of cases and deaths occurring at different time points across a simulated outbreak. Details of the data simulation algorithm are provided in the manuscript "Estimating case fatality ratios from infectious disease surveillance data" (Reich et al., under review, available upon request).

Usage

1

Format

time

time, t, after start of outbreak

grp

an categorical variable indicating membership in one of two groups of a covariate, j

R

number of recovered cases reported at the given t and j

D

number of deaths reported at the given t and j

N

total number of cases and deaths reported at t and j, or D+R

Source

Reich NG, Lessler J, Cummings DAT, Brookmeyer R. Estimating case fatality ratios from infectious disease surveillance data. Biometrics. 2012. 68(2): 598-606.

Examples

1
2
3

Example output

  time grp R D N
1    1   1 0 0 0
2    2   1 0 0 0
3    3   1 0 0 0
4    4   1 0 0 0
5    5   1 0 0 0
6    6   1 0 0 0

coarseDataTools documentation built on Dec. 11, 2021, 9:29 a.m.