College students often struggle with insufficient sleep, academic
pressure, and mental health issues.
Public health research consistently shows that inadequate sleep disrupts
circadian rhythms, increases cortisol levels, and worsens mental health
outcomes.
The CDC’s Behavioral Risk Factor Surveillance System (BRFSS) — the world’s largest continuous health survey — collects data on sleep duration and mental health among U.S. adults. The raw 2020 BRFSS dataset includes over 400,000 respondents with self‑reported sleep hours and mentally unhealthy days.
This raises an important question:
Does getting less than the recommended 7 hours of sleep per night increase the number of mentally unhealthy days adults experience?
My goal is to investigate whether sleep duration is related to mentally unhealthy days among U.S. adults.
To do this, I use a two‑part method:
Public Data Analysis (CDC BRFSS 2020)
I analyze CDC public data on sleep duration and mental health days to
establish a scientific baseline.
My Own Survey (to be collected on presentation
day)
I will ask students:
This report presents the data public analysis and my prediction for the student survey.
## # A tibble: 6 × 5
## sleep_hours sleep_adequate mental_health_days sex age_category
## <dbl> <chr> <dbl> <chr> <chr>
## 1 5 Inadequate (<7 hours) 30 Female 55-59
## 2 7 Adequate (7+ hours) 0 Female 80 or older
## 3 8 Adequate (7+ hours) 30 Male 65-69
## 4 6 Inadequate (<7 hours) 0 Female 75-79
## 5 8 Adequate (7+ hours) 0 Female 40-44
## 6 12 Adequate (7+ hours) 0 Female 75-79
## # A tibble: 2 × 5
## sleep_adequate mean_mental_days median_mental_days sd_mental_days n
## <chr> <dbl> <dbl> <dbl> <int>
## 1 Adequate (7+ hours) 3.03 0 6.89 222809
## 2 Inadequate (<7 hour… 5.90 0 9.70 96986
From the CDC data:
Inadequate sleepers experience approximately 2.5 times more mentally unhealthy days than adequate sleepers.
This finding is consistent with published CDC research. A 2021 study using the same BRFSS data found that participants who averaged 6 hours or less of sleep per night were about 2.5 times more likely to have frequent mental distress compared to those sleeping more than 6 hours (OR: 2.52; 95% CI: 2.32–2.73).
Based on the CDC data and sleep‑science research:
Prediction: Students who get less than 7 hours of sleep per night will report more stressful events per week than students who get adequate sleep.
This prediction will be tested using my own survey on presentation day.
If sleep duration is linked to mental health days, then improving sleep habits may help students reduce stress or cope with it better.
Evidence‑based strategies for better sleep (CDC, NIH, Mayo Clinic):
Nevertheless, the public‑data analysis provides a strong, evidence‑based foundation for the prediction.
CDC BRFSS data shows a clear, replicable pattern: inadequate
sleep is associated with significantly more mentally unhealthy
days.
My prediction is that this pattern will also appear among college
students when I collect my own survey data.