Learn R Programming

surveillance (version 1.9-1)

salmNewportTruncated: Salmonella Newport cases in Germany 2001-2011 by data of symptoms onset

Description

A list containing 6 time series of counts of Salmonella Newport in Germany 2001-2011 aggregated by data of disease onset as known during weeks 44 to 49 of 2011.

Usage

data("salmNewportTruncated")

Arguments

format

A list of 6 sts-objects

References

Bayesian outbreak detection in the presence of reporting delays, Salmon, M., Schumacher, D., Stark, K., H?hle{Hoehle}, M. (2015), in revision.

Examples

Run this code
data("salmNewportTruncated")
  par(mfrow=c(2,3))
  for (week in 44:49){
  plot(salmNewportTruncated[[week]],ylim=c(0,62))
}

Run the code above in your browser using DataLab