๐ Week 03 Lab - Preparation
2025/26 Autumn Term
Before coming to the ๐ป Week 03 lab, please complete the following preparation tasks:
- Open the R terminal and install the new package we will use in this lab by running the following command:
install.packages("tidymodels")Review the ๐ป Week 02 lab and the โ solutions and ensure you understand the code we wrote. Post a message on the
#helpchannel on Slack if you have any questions about the Week 02 lab.Click the link below to download the
.qmdfile we will use in this lab. Save it in theDS202Afolder you created last week.
Open this file on your preferred IDE, look at the Loading libraries and functions section in the file and make sure that you have all the libraries to be loaded in that section installed.
Download the dataset we will use for this lab, which is a dataset on student performance. Use the link below to download this dataset:
Put this file in the data folder within your DS202A project folder.
- Look at what you will be doing in the ๐ป Week 03 lab, so you are not caught off guard!
