openintro (version 1.7.1)

ami.occurrences: Acute Myocardial Infarction (Heart Attack) Events

Description

This data set is simulated but contains realistic occurrences of AMI in NY City.

Usage

data("ami.occurrences")

Arguments

Format

A data frame with 365 observations on the following variable.

ami

a numeric vector

Examples

Run this code
# NOT RUN {
data(ami.occurrences)
table(ami.occurrences)
barplot(table(ami.occurrences))
# }

Run the code above in your browser using DataCamp Workspace