27 lines
418 B
Markdown
27 lines
418 B
Markdown
# Research Methods
|
|
|
|
## Week 7
|
|
|
|
We want to test the hypotheses:
|
|
|
|
1. Height is an advantage.
|
|
2. Being left-handed is an advantage.
|
|
|
|
We would start by trying to visualise the data to see the relation
|
|
and then perform t-tests on the points.
|
|
|
|
We need need to separate the groups by gender the.
|
|
|
|
## Week 8
|
|
|
|
## Requirements
|
|
|
|
- Jupyter notebook/lab
|
|
- python packages
|
|
- numpy
|
|
- scipy
|
|
- matplotlib
|
|
- pandas
|
|
- seaborn
|
|
|