Files

You will need the following files to complete this WPA. The files were sent to you via email. Save all of the files in the same folder.

Do these things!

  1. Before starting the assignment, you need to make sure to have the xtable and knitr packages installed. Open RStudio and install the packages by running this code:
install.packages("xtable")
install.packages("knitr")
  1. Next, you need to tell RStudio to use knitr to create the pdfs. To do this, Click on RStudio-Preferences-Sweave. On the top where it says “Weave Rnw files using” - make sure knitr is selected.

Learn the basics of LaTeX

Your assignment