Group work for a Monash Research Methods course
180 1 0

Clone this repository

https://tangled.org/dekker.one/monash-researchmethods
git@knot.dekker.one:dekker.one/monash-researchmethods

For self-hosted knots, clone URLs may differ based on your setup.

README.md

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.

We were using the csv file with the empty values in height. Added a updated version with roughly 700 entries instead of the old 1000. Use this one "tennis_data_updated_2018". It doesn't change much for the handedness outcome though.

Week 8#

Requirements#

  • Jupyter notebook/lab
  • python packages
    • numpy
    • scipy
    • matplotlib
    • pandas
    • seaborn

These packages can be installed all together by installing the Anaconda Python Distribution, or individually with pip.

Tutorials#

There will be several tutorials in the tutorials folder of this repository. These will include:

  • How to use Git and Github
  • How to use Jupyter
  • Documentation on the common methods of the included packages