This course teaches the fundamentals of data analysis, data exploration and data visualization
using the programming language R, and in particular the set of packages of the Tidyverse.
The course program lists what the topics for each
lesson are. Besides this, it serves as a reference for the resources on each topic: eBook chapters, presentations,
videos and exercises. This makes it easy to take the course in a self-paced fashion as well.
All videos are accessible via the "Video channel" link in the navbar.
The eBook for this course. The topics are discussed more elaborate than the presentations. It also holds the course exercises.
Link to the "datasets" repository on github that is referred to from within the exercises.
Overview of the tidyverse
The parameters you can use for modifying the look of a plot
A cheat sheet for R
A brief overview of the tools in the R toolbox: R, RStudio, RMarkdown and Swirl.
The basic datatypes and functionality of R are explored.
A first iteration of some plotting techniques.
You will get to know the more complex of the R data types: Factor, List, Dataframe.
An overview of the most important functions from base R is presented.
This presentation deals with creating custom functions and scripts.
All functions and techniques used fo manipulating dataframes (and lists) are discussed. These include 'with', 'subset', 'apply', 'aggregate', 'split'.