The overall goal for week 2 is to begin to use R Markdown within RStudio to analyze statistical problems
R Markdown is a file that mixes text (Markdown code) + R code to create a report; when you knit it, the code runs and outputs results/plots into a HTML/PDF/Word document
Requires knowledge of R and Markdown
RStudio (Posit) is a free IDE for R that supports R Markdown
Modes of running RStudio
Installing on your personal computer (my preferred method) - covered in Module B