Tiramisu {EpiStats} | R Documentation |
A foodborne disease outbreak dataset
Description
The dataset available with the EpiStats package is from an outbreak investigation carried out in Germany in 1998 by Anja Hauri, Robert Koch Institute.
Usage
data(Tiramisu)
Format
A data frame with 291 observations with the following 21 variables.
ill
a numeric vector
dateonset
a date
sex
a factor with levels
females
males
age
a numeric vector
tira
a numeric vector
tportion
a numeric vector
wmousse
a numeric vector
dmousse
a numeric vector
mousse
a numeric vector
mportion
a numeric vector
beer
a numeric vector
uniquekey
a numeric vector
redjelly
a numeric vector
fruitsalad
a numeric vector
tomato
a numeric vector
mince
a numeric vector
salmon
a numeric vector
horseradish
a numeric vector
chickenwin
a numeric vector
roastbeef
a numeric vector
pork
a numeric vector
References
The dataset available with the EpiStats package is from an outbreak investigation carried out in Germany in 1998 by Anja Hauri, Robert Koch Institute. It is used in case studies by organisations including EPIET, ECDC and EpiConcept. It is provided with this package with Anja's permission.
Examples
data(Tiramisu)
## maybe str(Tiramisu) ; plot(Tiramisu) ...