This dataset, QuizPulse10_df, is a data frame containing paired data on pulse rates for 10 students during a quiz and a lecture. The dataset allows for the exploration of how pulse rates differ during these two activities.
Usage
data(QuizPulse10_df)
Format
A data frame with 10 observations and 3 variables:
- Student
Student ID (integer).
- Quiz
Pulse rate during the quiz (integer).
- Lecture
Pulse rate during the lecture (integer).
Details
The dataset name has been kept as 'QuizPulse10_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the educationR package and assists users in identifying its specific characteristics. The original content has not been modified in any way.