teen-sleep.csv

These data are based on data collected from Meltzer et al. (2021) who collected sleep data on students in order to study school start times. Students enrolled in the Cherry Creek School District, a large, diverse district in suburban Denver, Colorado and their parents were invited to participate in the study. The data in teen-sleep.csv include the sleep duration for 75 of the students who volunteered to participate in the study.

Sleep duration is based on students’ typical weekday bedtime and wake times. The typical weekday bedtime and wake times were collected using student surveys and verified by data collected in separate parent surveys. In both the student and parent surveys, bedtimes and wake times were selected from drop down menu that included time in 5 minute increments. Sleep duration was computed based on these times by computing the difference between bed and wake times.


The attributes included in the data are:


Preview

# Import data
library(tidyverse)
teen_sleep <- read_csv(file = "https://raw.githubusercontent.com/zief0002/epsy-5261/main/data/teen-sleep.csv")

References

Meltzer, L. J., Wahlstrom, K. L., Plog, A. E., & Strand, M. J. (2021). Changing school start times: Impact on sleep in primary and secondary school students. Sleep, 44(7), zsab048. https://doi.org/10.1093/sleep/zsab048