Overview

Hex sticker, orange, text: Analysis

Authors: Phil McAleer, Carolina E. Kuepper-Tetzel, & Helena M. Paterson

Aim: This course covers data skills such as R Markdown, data wrangling with tidyverse, and data visualisation with ggplot2. It also introduces statistical concepts such as probabilities, Null Hypothesis Significance Testing (NHST), alpha, power, effect size, and sample size. The most common statistical analyses are covered in this book such as t-test, correlations, ANOVAs, and Regressions.

Note: This book is currently being updated which means that chapters are being published on a rolling basis.

Contact: This book is a living document and will be regularly checked and updated for improvements. Should you have any issues using the book or queries, please contact Carolina E. Kuepper-Tetzel.

R Version: This book has been written with R version 4.3.2 (2023-10-31 ucrt)

Randomising Seed: In chapters that use some level of randomisation, where we have remembered, the seed is set as 1409.


This book we will help you learn a whole host of skills and methods based around being a psychologist. If you have completed the Data Skills book in the PsyTeachR series (https://psyteachr.github.io/) the first few chapters will be familiar to you, with some additions. This is deliberate in order to refresh your knowledge and skills before moving on to more advanced topics. First, we will remind you how to work with R Markdown, before recapping the main functions we use for visualisation and data wrangling. From there we will build your understanding of probability before going on to using all these refreshed skills to analyse a variety of different experiments. The main idea of this book is being reproducible in our data analysis approach.

This book requires a higher level of self-directed learning than the first book; part of learning is trying things out yourself and recognising where you need help. If you get stuck, google the problem or what you would like to do and see if that helps.

When working through this book remember that this is not about learning a software. We do not teach R independent of statistical knowledge and content. Rather, we teach data and analytical skills and knowledge within R. The goal is to continuously improve your data analysis skills!

You can do this!