top of page

Lesson 1: Setting Up RStudio

 The introductory R lecture guides viewers through the installation process for both Mac and Windows, which is simple and straightforward. The instructor then walks through the R Studio interface, highlighting key sections: the script area, console, environment, and files/plots. Viewers learn how to set a working directory, install important packages like Tidyverse and Dplyr, and import NBA player stats from a CSV file. The overall goal is to give beginners the essential tools to get started with data analysis in R.

bottom of page