ami_occurrences: Acute Myocardial Infarction (Heart Attack) Events

Description Usage Format Examples

Description

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

Usage

1

Format

A data frame with 365 observations on the following variable.

ami

Number of daily occurrences of heart attacks in NY City.

Examples

1
2
3
4
5
6
7
library(ggplot2)

ggplot(ami_occurrences, mapping = aes(x = ami)) +
  geom_bar() +
  labs(x = "Acute Myocardial Infarction events",
       y = "Count",
       title = "Acute Myocardial Infarction events in NYC")

tessington/qsci381 documentation built on Sept. 26, 2020, 12:40 p.m.