1
0
This repository has been archived on 2025-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
ResearchMethods/README.md
2018-04-26 12:51:19 +10:00

408 B

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