Tutorials

Make sure you complete the week’s tutorial ahead of your practical session!

Tutorial 0 (not yet available)

Advanced R Markdown

To get warmed up for the start of term, we re-visit R Markdown and learn about code chunk labels and options and why they are very useful. We also talk more about the YAML header and some the options it takes

Tutorial 1 (not yet available)

Tidyverse and Pipes

In this tutorial we will go over the essential R skills you acquired in Psychology as a Science last term. We’ll do some piping and data wrangling with tidyverse and throw in a plot or two for a good measure.

Tutorial 2 (not yet available)

Distributions and Critical Values

In this tutorial we’ll walk through calculations of critical values and proportions of the area below the curves formed by certain probability distributions. ‘Let’s talk about shapes, baby’ and other bad 90s references.

Tutorial 3 (not yet available)

Hit and Miss

In the most bizarre game of D&D you’ll have ever played, we’ll use the Null Hypothesis Significance Testing framework to solve a mildly intriguing mystery.

Tutorial 4 (not yet available)

Correlation

In this tutorial we will learn how to run a correlation analysis in R. We’ll create correlation matrices and do tests of significance to learn how to report and interpret the results.

Tutorial 5 (not yet available)

t-test

In this tutorial we will learn how to run and report a t-test in R. We’ll create means plots to visualise the data and do tests of significance to learn how to report and interpret the results.

Tutorial 6 (not yet available)

Chi-Squared

In this tutorial we will learn how to run and report a chi-square analysis in R. We’ll create bar plots to visualise the data and do tests of significance to learn how to report and interpret the results.

Tutorial 7 (not yet available)

The Linear Model: Equation of a Line

We explore the equation of the linear model and begin creating models in R.

Tutorial 8 (not yet available)

The Linear Model 2: Single predictor

Extending Tutorial 8, we talk about finding the line of best fit, testing the model within the framework of NHST, and evaluating how well the model fits the data.

Tutorial 9 (not yet available)

The Linear Model 3: Multiple predictors

Building on the lecture, this tutorial lets you practice building linear models with multiple predictors and interpreting and evaluating their output.

Tutorial 10 (not yet available)

The Linear Model 4: Categorical Predictors, Model Fit and Comparison

The final tutorial of Analysing Data focuses on including and interpreting categorical predictos in linear models, on assessing model fit, and on comparing several models against each other