Month May 2022

Arranging plots in R with the patchwork package

The patchwork package in R allows you to customise the arrangement of your graphs. In the following video I work through a number of examples. The code and examples from the video are also provided below for you.

Looping Likert Summary Tables in RMarkdown or Quarto

Survey analysis, particularly in psychology, can involve the use of many Likert scale items. The following code and YouTube video show you how to use for loops in R to produce a set of summary tables, with frequencies and percentages…

Getting Started with Quarto

Quarto (quarto.org) is a new open source publishing system. It works with Python, R, Julia, and Observable. Imagine RMarkdown on steroids. In the following video I look at how to get started with Quarto in RStudio, and explore the tutorials…