Learn R Programming

surveillance (version 1.5-4)

fluBYBW: Influenza in Southern Germany

Description

Weekly number of influenza A & B cases in the 140 districts of the two Southern German states Bavaria and Baden-Wuerttemberg, for years 2001 to 2008.

Usage

data(fluBYBW)

Arguments

encoding

latin1

format

An sts object containing $417\times 140$ observations starting from week 1 in 2001. The population slot contains the population fractions of each district at 31.12.2001, obtained from the Federal Statistical Office of Germany. The map slot contains an object of class SpatialPolygonsDataFrame.

source

Robert Koch-Institut: SurvStat: http://www3.rki.de/SurvStat; Queried on 6 March 2009.

References

Paul, M. and Held, L. (2011) Predictive assessment of a non-linear random effects model for multivariate time series of infectious disease counts. Statistics in Medicine, 30, 1118--1136.

Examples

Run this code
data(fluBYBW)
    # Plot a map of the total number of cases in the year 2001
    plot(fluBYBW[year(fluBYBW) == 2001, ], type = observed ~ 1|unit, 
         labels = FALSE)

Run the code above in your browser using DataLab