diff --git a/README.md b/README.md index b71a2ef..8726d5b 100644 --- a/README.md +++ b/README.md @@ -1 +1,25 @@ -# ResearchMethods +# 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 + - matplotlib + - pandas + - seaborn +