Small Diabetes Study

January 25, 2022 ยท View on GitHub

In this assignment, we will work with a small dataset of diabetes patients taken from here.

AGESEXBMIBPS1S2S3S4S5S6Y
059232.1101.15793.238.04.4.859887151
148121.687.0183103.270.3.3.89186975
272230.593.015693.641.04.04.85141
....................................

Instructions

  • Open the assignment notebook in a jupyter notebook environment
  • Complete all tasks listed in the notebook, namely:
    • Compute mean values and variance for all values
    • Plot boxplots for BMI, BP and Y depending on gender
    • What is the the distribution of Age, Sex, BMI and Y variables?
    • Test the correlation between different variables and disease progression (Y)
    • Test the hypothesis that the degree of diabetes progression is different between men and women

Rubric

ExemplaryAdequateNeeds Improvement
All required tasks are complete, graphically illustrated and explainedMost of the tasks are complete, explanations or takeaways from graphs and/or obtained values are missingOnly basic tasks such as computation of mean/variance and basic plots are complete, no conclusions are made from the data