From 1fa581e2602cd2254b69125311cdf9292ac0244d Mon Sep 17 00:00:00 2001 From: Kelvin Davis <273degreeskelvin@gmail.com> Date: Thu, 26 Apr 2018 12:51:19 +1000 Subject: [PATCH] Updated README.md --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) 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 +