Assigned course chapters
- Session 1:
- Introduction to R
- Chapter 1: Intro to basics
- Chapter 2: Vectors
- Chapter 3: Matrices
- Chapter 4: Factors
- Chapter 5: Data frames
- Chapter 6: Lists
- Session 2: Pick one of these courses
- Intermediate R for Finance
- Chapter 1: Dates
- Chapter 2: If statements and operators
- Chapter 3: Loops
- Chapter 4: Functions
- Chapter 5: Apply
- Intermediate R
- Chapter 1: Conditionals and control flow
- Chapter 2: Loops
- Chapter 3: Functions
- Chapter 4: The apply family
- Chapter 5: Utilities
- Session 3:
- Session 8:
- Session 10:
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.