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.

Tutorials on tools

  • Working with the RStudio IDE Part 1: The first chapter of this course has a number of videos intended to get you familiar with the IDE. Ignore some of the more technical stuff included though, such as git or shiny – those are outside the scope of our course

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