Learn R Programming

CardioDataSets (version 0.1.0)

age_heartrate_df: Age vs. Maximum Heart Rate

Description

This dataset, age_heartrate_df, is a data frame containing simulated data representing the relationship between age and maximum heart rate. It includes 15 observations based on established physiological models.

Usage

data(age_heartrate_df)

Arguments

Format

A data frame with 15 observations and 2 variables:

age

Age in years (numeric)

maxrate

Maximum predicted heart rate in beats per minute (numeric)

Details

The dataset name has been kept as 'age_heartrate_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 'df' indicates that the dataset is a standard data frame. The original content has not been modified in any way.