September Tutorial

Answer the questions using RStudio installed on your own computer

Download R Markdown questions file directly into RStudio by typing the following code into the RStudio console window.

file_url <- "https://raw.githubusercontent.com/ntaback/UofT_STA130/master/Fall2018/week2/tutorial/Week2PracticeProblems-Fall2018_student.Rmd"
download.file(url = file_url , destfile = "Week2PracticeProblems-student_temp.Rmd")

You will need to install several libraries such as tidyverse, and mosaic to complete the questions.

Look for the file “Week1PracticeProblems-Fall2018-student.Rmd” under the Files tab then click on it to open.