Skip to content

Hypothesis Testing

Ayushi Agrawal edited this page Aug 16, 2022 · 14 revisions

Description

As we attempt to make discoveries, we test new hypotheses using experimental data and hope that a sceptical and discerning person would start to believe the claims we make. Hypothesis testing, a branch of statistics, is a step we can rely on to bolster our claims. In this workshop, you will gain a fundamental understanding of common hypothesis-testing concepts and terms, such as null hypothesis, alternative hypothesis, type I error, type II error, p-value, and power.

Learning Path

Intermediate   This is an intermediate workshop in the Biostats series . Prior experience with statistics and experimental design is required. See introductory workshop:

Materials

  • Presentation: We will go over these slides during this workshop.
  • Code to go over: We will work through this code during the workshop.
  • Code output: The output of the above code is generated in this file.
  • Primer on testing: This is a word document detailing a flowchart guiding you towards simple hypothesis tests. This was prepared with Lennart Mucke and his lab.

Pre-workshop Instructions

Please download the materials for this workshop

Online Learning

You can access these materials remotely at any time and go through them at your own pace. Here's how:

  1. Go over the slides.
  2. Work through the code in the R markdown file. You should be able to open it using RStudio installed on your computer. You will need to install the dplyr, onewaytests, pwr, ggplot2, multtest packages to be able to run all the lines of the code.
  3. As and when you need to test different hypotheses in your research and need guidance, try and consult the primer
  4. Email Reuben if you have any questions.