m1 {surveillance}R Documentation

RKI SurvStat Data

Description

14 datasets for different diseases beginning in 2001 to the 3rd Quarter of 2004 including their defined outbreaks.

Usage

data(m1)

Format

A data frame with 212 observations on the following 3 variables.

week
weeknumber
observed
Number of counts in the corresponding week
state
Boolean whether there was an outbreak.

Source

Robert Koch-Institut: SurvStat: http://www3.rki.de/SurvStat; m1 and m3 were queried on 10 November 2004. The rest during September 2004.

See Also

readData

Examples

    require(surveillance)
    disProgObj <- readData("k1")
        disProgObj <- correct53to52(disProgObj)
        survResObj <- algo.rki1(disProgObj, control=list(range=27:192))
        plot(survResObj, "RKI 1", "k1", firstweek=27, startyear=2002)

[Package surveillance version 0.9-1 Index]