library(tidyverse)
read_csv('https://wegweisr.haim.it/Daten/breaking_bad_deaths.csv') |>
count(method, sort = TRUE) |>
head(n = 5)
method | n |
---|---|
accidental death | 172 |
shot | 59 |
poisoned | 14 |
stabbed | 13 |
bombed | 4 |
Einführung
Sommersemester 2024
Termin | Thema |
---|---|
17.04.24 | Einführung |
24.04.24 | GLM Grundlagen |
01.05.24 | frei (Feiertag) |
08.05.24 | Regression - metrische Prädiktoren |
15.05.24 | Regression - kategorielle Prädiktoren* |
22.05.24 | Multiple Regression (Felix Dietrich) |
29.05.24 | Modellannahmen |
Termin | Thema |
---|---|
05.06.24 | Modellvorhersagen* |
12.06.24 | Moderationsanalyse - kategorielle Moderatoren |
19.06.24 | Moderationsanalyse - metrische Moderatoren* |
26.06.24 | frei (Tag der offenen Uni) |
03.07.24 | Logistische Regression |
10.07.24 | Multilevel-Regression |
17.07.24 | Abschluss |
Field, A., Miles, J., & Field, Z. (2012). Discovering statistics using R. London: Sage.
Miles, J., & Shevlin, M. (2001). Applying regression and correlation: A guide for students and researchers. London: Sage.
Darlington, R. B., & Hayes, A. F. (2016). Regression analysis and linear models: Concepts, applications, and implementation. Guilford Publications.
McElreath, R. (2020). Statistical rethinking: A Bayesian course with examples in R and Stan. CRC press. (für Interessierte)
ba-aa-vl
öffnen.