This repository contains in-class exercise for the "Statistical Analysis in Practice" lecture from prof. April Wang.
The purpose of this exercise is for students to practice on their own. There is no need to submit the analysis notebook. We have updated the repository to include a reference solution.
starter.ipynb
is the notebook you will use for the exercise lecturedataset.csv
is a fake dataset based on the example VR controller study we discussed during the lectureh1_anova.ipynb
is an example ANOVA solution for H1reference.ipynb
is the reference notebook tostarter.ipynb
pip install -r requirements.txt
- You can open the jupyter notebook through VS Code, or the jupyter lab/notebook platform if you have it installed locally