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

Description Usage Format References Examples

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

1
data("salmNewportTruncated")

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, M. (2015), Biometrical Journal, http://dx.doi.org/10.1002/bimj.201400159.

Examples

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

jimhester/surveillance documentation built on May 19, 2019, 10:33 a.m.