emotion_heartrate_df | R Documentation |
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.
Data taken from the esci package version 1.0-7. Original study: Lakens D (2013). Conceptual replication of Ekman et al. (1983) emotion study.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.