Assigned course chapters

Note: This list is subject to revision as the semester progresses.

Other useful courses on Datacamp

These courses are freely available for your exploration. I have looked through these courses, but have not taken all of them, and thus I cannot say for certain that they are of high quality, but the topics they cover are useful for analytics.

Coding techniques

  • Writing Functions in R: Functions allow you to greatly expand what you can do in R, by letting you create your own callable functions that you can use over and over.
  • Introduction to the Tidyverse: Tidyverse is a collection of a bunch of useful packages supported by RStudio. These packages help make things simpler or more tidy when coding in R.

Data techniques

Analysis techinques