This repository consists of python scripts that I have written for practice while learning statistics with python from the Statistics with Python Specialization offered on Coursera by the University of Michigan. The specialization includes three courses. Practice and assignment are available for all three courses.
- Multivariate Analysis using NHANES Data
Multivariate analysis was conducted on categorical and numerical data using python. Statistical analysis such as p scores we also calculated to understand the correlation between two variables.
- Course 1: Week 3 Assignment
In this assignment we'll plot multiple variables with scatterplots and bar graphs.