Data & Materials

You are encouraged to use your own data, code, and manuscript text during the workshop.

If you do not have your own data, you can use Allison Horst’s Penguin dataset.
You can use this data by entering the following code in the prepare_data.R script.

In case you need some code to run with the Penguin data, you can use some of the example code on the palmerpenguins R package website.

install.packages("remotes")
remotes::install_github("allisonhorst/palmerpenguins")
data <- palmerpenguins::penguins

Alternatively, you can download one of these versions of the data, and load them yourself: - An SPSS file (penguins.sav) - An Excel file (penguins.xlsx) - A CSV file (penguins.csv)