forked from luebby/Einstiegsfolien
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWM_08_nm.qmd
142 lines (99 loc) · 3.98 KB
/
WM_08_nm.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
---
title: "Wissenschaftliche Methodik"
subtitle: "Achter Termin"
institute: "FOM Essen"
author: "Norman Markgraf"
lang: de-DE
slide-number: c
format:
revealjs:
html-math-method: katex
main-font: Arial
# height: 1080 # 16x9 1920 x 1080 (???)
height: 1200 # 16x10 1920 x 1200 (Apple macOS)
width: 1920
margin: 0
history: true
center: false
slide-number: true
theme:
- colors.scss
- fontsstyles.scss
- fom.scss
- wm.scss
footer: "WM | Norman Markgraf"
chalkboard: true
pointer:
color: '#4040F0' # blau
revealjs-plugins:
- pointer
---
```{r child="prelude_WM.Rmd"}
#| output: false
#| include: false
```
## Zur Erinnerung
✏ Arbeiten Sie aktiv mit.
🤷 Stellen Sie Fragen.
💪 <https://tweedback.de/zvy7>
::: center
{{< qrcode https://tweedback.de/zvy7 width="250" height="250" colorDark="#00998A" >}}
:::
------------------------------------------------------------------------
## Alle (schon wieder) wach?
Wie sind Sie heute aufgestanden?
::: {.center}
::: {.columns}
::: {.column width="49%"}
**A**:
<iframe src="https://giphy.com/embed/l46CBEVQjSJG6mCnC" width="720" height="407" frameBorder="0" class="giphy-embed" allowFullScreen></iframe>
::: footnote
[via GIPHY](https://giphy.com/gifs/veephbo-hbo-veep-julia-louis-dreyfus-l46CBEVQjSJG6mCnC)
:::
:::
::: {.column width="49%"}
**B**:
<iframe src="https://giphy.com/embed/l46CBvLI7Q7YthRzG" width="720" height="407" frameBorder="0" class="giphy-embed" allowFullScreen></iframe>
::: footnote
[via GIPHY](https://giphy.com/gifs/comedycentral-amy-schumer-inside-stretch-l46CBvLI7Q7YthRzG)
:::
:::
:::
:::
------------------------------------------------------------------------
## UN Ziel 8: Decent work and economic growth
::: center
<iframe src="https://upgrader.gapminder.org/q/56/embed?hasBorder=true&hasOpenSansFont=false" title="82% of people get this question wrong" width="100%" height="900" style="border:none;"></iframe>
:::
------------------------------------------------------------------------
## Was bisher geschah ...
- Sie können ein lineares Modell aufsetzen und die Ergebnisse interpretieren.
- Sie wissen, was der y-Achsenabschnitt und was die Steigung bedeuten.
- Sie wissen, was das Bestimmtheitsmaß ist.
- Sie kennen die Unsicherheit der Schätzung und können ein Konfidenzintervall interpretieren.
- Sie können eine Nullhypothese prüfen und den p-Wert interpretieren.
------------------------------------------------------------------------
## Ethische Fragen
- Auf Grundlage von $\hat{y}$ können z.B. *Scorings* innerhalb algorithmischer Entscheidungssysteme erfolgen.
- U.a. dadurch formen Daten und ihre Analyse auch unsere Welt.
- Wollen wir das? Wo wollen sie das und wo nicht? Was ist dabei wichtig?
------------------------------------------------------------------------
## Heutiges Thema 🏫
- Regression mit kategorialen unabhängigen Variablen
- Multiple lineare Regression
::: center
```{r LM_img, fig.align="center", out.width="50%", fig.cap="Quelle: [@molivarego](https://twitter.com/molivarego/status/1405660338448605185/photo/1)"}
knitr::include_graphics(here::here("img", "LM.jpeg"))
```
:::
------------------------------------------------------------------------
## Was Sie lernen 👩‍🏫
- Sie können die Modellzusammenfassung interpretieren.
- Sie können die Koeffizienten zu unterschiedlich skalierten unabhängigen Variablen interpretieren.
- Sie wenden die lineare Regression mit einer oder mehreren unabhängigen Variablen an.
- Sie können zwischen verschiedenen Regressionsmodellen auswählen.
------------------------------------------------------------------------
## Fallstudie 💻
- Lokal: RStudio durch klick auf ``r ProjektName`` starten oder RStudio aufrufen, das letzte Projekt müsste automatisch geladen werden.
- posit Cloud: In **Ihr** Projekt einloggen.
- `Lego_Modellierung.Rmd` im Ordner `fallstudien` öffnen und unter `Lego_Modellierung_<KÜRZEL>.Rmd` speichern.