Vorlesungsverzeichnis

Suchen Sie hier über ein Suchformular im Vorlesungsverzeichnis der Leuphana.

Veranstaltungen von Dr. Jan-Bennet Voltmer


Lehrveranstaltungen

Efficient data analysis in R (Seminar)

Dozent/in: Jan-Bennet Voltmer

Termin:
Einzeltermin | Fr, 09.06.2023, 14:15 - Fr, 09.06.2023, 19:45 | C 5.109
Einzeltermin | Sa, 10.06.2023, 10:15 - Sa, 10.06.2023, 17:45 | C 5.111
Einzeltermin | So, 11.06.2023, 10:15 - So, 11.06.2023, 17:45 | C 5.111

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).