Learn R Programming

epiDisplay (version 3.5.0.2)

Oswego: Dataset from an outbreak of food poisoning in US

Description

This dataset contains information on the records of 75 persons under investigation for the cause of acute food poisoning after a dinner party.

Usage

data(Oswego)

Arguments

Format

A data frame containing 75 observations and 20 variables.

Examples

Run this code
# NOT RUN {
data(Oswego)
.data <- Oswego
attach(.data)
pyramid(age, sex)
detach(.data)
# }

Run the code above in your browser using DataLab