This analysis explores a dataset on student mental health, focusing on:
- Stress factors: Academic, social, financial, and personal factors affecting student mental health
- Coping mechanisms: Strategies students use to manage stress
- Data collection: 760 student records with 20 variables
- Key variables:
- Demographics (Age, Gender)
- Academic metrics (GPA, Study Hours)
- Lifestyle factors (Sleep, Exercise, Social Media)
- Mental health indicators (Stress Level, Counseling)
- Support systems (Family Support, Coping Mechanisms)
``` ## 'data.frame': 760 obs. of 19 variables: ## $ Age : int 22 25 24 20 28 24 23 25 19 21 ... ## $ Gender : Factor w/ 8 levels "Agender","Bigender",..: 3 3 3 6 6 3 3 6 3 6 ... ## $ GPA : int 2 0 0 2 0 2 1 3 3 3 ... ## $ Study_Hours : int 9 28 45 8 14 27 30 12 19 4 ... ## $ Social_Media : int 2 0 3 7 6 7 5 0 1 1 ... ## [list output truncated] ```