This project investigates biological and clinical risk factors associated with Type-2 Diabetes using the Pima Indians dataset from the MASS package in R.
Type-2 Diabetes is a metabolic disorder influenced by plasma glucose levels, body mass index (BMI), age, and blood pressure. Understanding these factors is crucial for epidemiology and public health research.
- Source: MASS package (Pima.tr, Pima.te)
- Population: Adult female Pima Indians
- Response Variable: Diabetes status (Yes/No)
- Identify significant biological risk factors
- Apply logistic regression
- Interpret results in life-science context
- Validate the predictive model
- R Programming
- Biostatistics
- Logistic Regression
- Data Visualization
- Biomedical Data Interpretation
- Exploratory Data Analysis (EDA)
- Visualization of clinical variables
- Logistic regression modeling
- Model validation on test data
- Plasma glucose is the strongest predictor of diabetes
- BMI significantly increases disease risk
- Age shows moderate association
- Results align with known metabolic disease mechanisms