This dataset, emotion_heartrate_df, is a data frame containing heart rate measurements from a study investigating how recalling anger affects heart rate. It includes baseline and anger-induced heart rate measurements from 68 participants.
data(emotion_heartrate_df)A data frame with 68 observations and 3 variables:
Participant identification number (integer vector)
Baseline heart rate in beats per minute (numeric vector)
Heart rate during anger recall in beats per minute (numeric vector)
The dataset name has been kept as 'emotion_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.