ami_occurrences_tbl_df | R Documentation |
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.
data(ami_occurrences_tbl_df)
A tibble with 365 observations and 1 variable:
Number of Acute Myocardial Infarction events recorded each day (integer vector)
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.
Data taken from the openintro package version 2.5.0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.