Oswego {epiDisplay}R Documentation

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)

Format

A data frame containing 75 observations and 20 variables.

Source

EpiInfo package

Examples

data(Oswego)
.data <- Oswego
attach(.data)
pyramid(age, sex)
detach(.data)

[Package epiDisplay version 3.5.0.2 Index]