Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emmarhoffmann/analysis-of-sleep-patterns-and-psychological-well-being-among-college-students
Explores the relationship between sleep patterns, psychological well-being, and lifestyle choices among college students using statistical analysis on 253 observations.
https://github.com/emmarhoffmann/analysis-of-sleep-patterns-and-psychological-well-being-among-college-students
Last synced: about 2 months ago
JSON representation
Explores the relationship between sleep patterns, psychological well-being, and lifestyle choices among college students using statistical analysis on 253 observations.
- Host: GitHub
- URL: https://github.com/emmarhoffmann/analysis-of-sleep-patterns-and-psychological-well-being-among-college-students
- Owner: emmarhoffmann
- Created: 2024-09-05T20:23:59.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T13:58:54.000Z (4 months ago)
- Last Synced: 2024-09-09T16:54:23.722Z (4 months ago)
- Homepage:
- Size: 432 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Analysis of Sleep Patterns and Psychological Well-being Among College Students
## Overview
This project investigates the connection between sleep patterns, mental health, and academic performance among college students. Using the "SleepStudy" dataset with 253 student observations, the analysis addresses questions regarding stress, anxiety, depression, alcohol use, and GPA. The project leverages R for data cleaning, visualization, and statistical analysis.## Key Research Questions
- Is there a significant difference in stress scores between male and female students?
- Do students with high stress levels miss more classes or consume more alcohol?
- Are there correlations between drinks consumed, classes missed, and GPA?
- How are depression, anxiety, and stress scores related to one another?## Data & Methodology
The dataset includes variables like Gender, ClassYear, LarkOwl (sleep preferences), GPA, ClassesMissed, DepressionScore, AnxietyScore, and StressScore. The analysis involved:
- Data cleaning and handling of missing values.
- Descriptive statistics and visualizations, including boxplots, t-tests, and correlation matrices.
- R was used to perform the analysis and generate insights.## Results
- **Gender and Stress**: Female students reported significantly higher stress levels than males.
- **Classes Missed and Stress**: No significant difference in classes missed based on stress levels.
- **Alcohol and Stress**: High-stress students did not consume more alcohol than those with normal stress.
- **GPA and Sleep Preferences**: Students identifying as "Larks" had a slightly higher GPA than "Owls."
- **Correlation**: Weak correlations were found between stress, anxiety, depression, and other behavioral patterns.## Files
- `Analysis Scripts.Rmd`: Contains the R code used for the analysis.
- `Analysis Report.pdf`: A detailed report documenting the findings and conclusions.## Conclusion
This analysis highlights various factors affecting college students' well-being, with gender differences in stress being a significant finding. Additionally, the relationships between mental health, sleep patterns, and academic performance provide valuable insights for future research and potential interventions to enhance student well-being.## References
- Data sourced from Lock5stat.com datasets.