Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 471 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 471 Bytes

datasci_6_anova

HHA507 / Data Science / Assignment 6 /ANOVA

This repo aims to provide hands-on experience with ANOVA analysis, understanding its assumptions, and applying it to real-world datasets to understand differences among group means.

This repo contains the following:

  • A datasets folder containing the dataset used in the assignment
  • README.md containing a overview of the repo
  • python_anova.ipynb jupyter notebook containing my responses