Below you will find links to the case data files.
Access the CSV file directly by url:
data1 <- read.csv(url("https://laurencipriano.github.io/IveyBusinessStatistics/Datasets/data.csv"),
header = TRUE)
To download the file, right click on CSV and choose “Save link as…” Access the CSV file saved onto your computer:
data2 <- read.csv("C:/Users/Lauren/FavouriteClass/data.csv",
header = TRUE)