To setup your computer to participate in the class, it is vital that you complete the following steps before the class so that we can start on time:
Install the appropriate version of R
Install the appropriate version of Rstudio
Install Latex
Install key packages by typing and running these commands in Rstudio:
install.packages("tidyverse")
install.packages("knitr")
install.packages("rmarkdown")
install.packages("stargazer")
install.packages("nycflights13")
If you have any problems, please email jonnyphillips [at] gmail.com before the first class so we can fix it.