Interactive course
R Course
Learn R programming for data manipulation, statistical analysis, and functional programming. From syntax basics and vectors, to matrices, data frames, and custom functions.
01 · Basics and Vectors
2 lessons
The R environment, variables, elementary arithmetic, and the core data structure: vectors.
02 · Structures and Flow
2 lessons
Working with Data Frames for tabular analysis and controlling the flow of execution.
03 · Functions and Analysis
2 lessons
Write modular code by defining custom functions and computing statistical aggregates.
04 · Tidyverse and dplyr
2 lessons
Manipulate and transform tabular data efficiently using the dplyr package and Tidyverse syntax.
05 · Data Visualization with ggplot2
2 lessons
Create professional and informative plots leveraging the grammar of graphics implemented in ggplot2.