
Acute Myocardial Infarction (Heart Attack) Events
Source:R/data-documentation.R
ami_occurrences_tbl_df.Rd
This dataset, ami_occurrences_tbl_df, is a tibble containing simulated but realistic daily counts of Acute Myocardial Infarction (AMI) occurrences in New York City over one year (365 days). The data represents the number of heart attack events recorded each day.
Usage
data(ami_occurrences_tbl_df)
Format
A tibble with 365 observations and 1 variable:
- ami
Number of Acute Myocardial Infarction events recorded each day (integer vector)
Details
The dataset name has been kept as 'ami_occurrences_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the CardioDataSets package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble. The original content has not been modified in any way.