Course Schedule

Veranstaltungen von Dr. Jan-Bennet Voltmer


Lehrveranstaltungen

Efficient data analysis in R - Fällt aus (Seminar)

Dozent/in: Jan-Bennet Voltmer

Termin:
Einzeltermin | Fr, 15.09.2023, 09:00 - Fr, 15.09.2023, 17:00 | C 40.162 Seminarraum
Einzeltermin | Sa, 16.09.2023, 09:00 - Sa, 16.09.2023, 17:00 | C 40.162 Seminarraum
Einzeltermin | So, 17.09.2023, 09:00 - So, 17.09.2023, 17:00 | C 40.162 Seminarraum

Inhalt: “You should not use for-loops in R, though.” R users with programming experience often hear or read this advice. Oftentimes, analyses require the data to be in a specific format which can be reached with (for) loops. However, better and more efficient alternatives exist in R, making data tidying and analysis faster, sometimes easier to read, and way more fun. In this seminar, we’ll have a look at these alternatives, specifically, lists (base R approach) and vectorized functions/grouped data (tidyverse approach).