| simulated.outbreak.deaths | R Documentation |
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).
data(simulated.outbreak.deaths)
timetime, t, after start of outbreak
grpan categorical variable indicating membership in one of two groups of a covariate, j
Rnumber of recovered cases reported at the given t and j
Dnumber of deaths reported at the given t and j
Ntotal number of cases and deaths reported at t and j, or D+R
Reich NG, Lessler J, Cummings DAT, Brookmeyer R. Estimating case fatality ratios from infectious disease surveillance data. Biometrics. 2012. 68(2): 598-606.
data(simulated.outbreak.deaths)
head(simulated.outbreak.deaths)
plot(simulated.outbreak.deaths[simulated.outbreak.deaths[,"grp"]==1,"D"], type="l")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.