| # | Topic |
|---|---|
| 1 | Installation R, R Studio, and other software |
| 2 | Basics of R: Logic and syntax |
| 3 | Basics of R: Subsetting |
| 4 | Markdown |
| 5 | Data manipulation with tidyverse |
| 6 | Basic statistics |
| 7 | Data visualizazion with ggplot2 |
| 8 | Regression analyses with R |
University of Münster
2025-10-30
Introduction to the idea of Data Science
Getting an overview of the content of this seminar
Installing R on your computer
Installing R-Studio on your computer
Overview of R-Studio
| # | Topic |
|---|---|
| 1 | Installation R, R Studio, and other software |
| 2 | Basics of R: Logic and syntax |
| 3 | Basics of R: Subsetting |
| 4 | Markdown |
| 5 | Data manipulation with tidyverse |
| 6 | Basic statistics |
| 7 | Data visualizazion with ggplot2 |
| 8 | Regression analyses with R |
https://posit.co/download/rstudio-desktop/
packages).R for Data Science is a terrific book and completely free!
Ctrl + Enter (Mac: Command + Enter).Create a separate folder, e.g., r-course, and name your file exercise-1.R.
Jürgen Wilbert - Introduction to R