Assigned course chapters
Note: This list is subject to revision as the semester progresses.
- After Session 1:
- Try out any datacamp course – just earn 1000 points to complete the assignment
- If you want to brush up on fundamentals:
- If you want to learn something new, take a look at the Other useful courses below
- After Session 2:
- After Session 7:
- After Session 9:
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.