This project analyzes the risk factors associated with type 2 diabetes mellitus (T2DM) using data from the 2015 Behavioral Risk Factor Surveillance System (BRFSS). The study employs exploratory data analysis (EDA), logistic regression, and probit modeling to identify significant predictors of diabetes risk, including demographic, lifestyle, clinical, and socioeconomic factors.
- Significant Predictors: Obesity, high cholesterol, age, gender, diet, physical activity, mental health, and socioeconomic status.
- Public Health Implications:
- The need for targeted health interventions to promote healthier lifestyles.
- Improvement of healthcare accessibility.
- Addressing socioeconomic disparities.
- Customizing prevention strategies based on demographic traits.
- Source: 2015 Behavioral Risk Factor Surveillance System (BRFSS)
- Features:
- Demographic attributes (age, gender, race, income level, education, etc.)
- Lifestyle factors (diet, exercise, smoking, alcohol consumption)
- Clinical variables (obesity, cholesterol levels, blood pressure, etc.)
- Socioeconomic factors (income, healthcare access, employment status)
- Exploratory Data Analysis (EDA):
- Data cleaning and preprocessing.
- Visualization of key trends and correlations.
- Statistical Modeling:
- Logistic regression and probit modeling to identify significant risk factors.
- Model evaluation using AIC and BIC criteria.
- Interpretation & Policy Recommendations:
- Identifying high-risk groups.
- Suggesting policy measures to reduce diabetes prevalence.
- Python 3.x
- Required libraries:
pandas,numpy,matplotlib,seaborn,statsmodels,scikit-learn
pip install -r requirements.txtpython main.py- Summary statistics and correlation heatmaps.
- Logistic regression and probit model results.
- Policy recommendations based on model insights.
- Expanding the dataset to include more recent BRFSS surveys.
- Incorporating machine learning models for predictive analysis.
- Analyzing regional variations in diabetes risk factors.
- Porimol Chandro (p.chandro@student.uw.edu.pl)
- Thi Hoang Nhu Ho (t.ho2@student.uw.edu.pl)
This project is licensed under the MIT License - see the LICENSE file for details.