forked from luebby/Einstiegsfolien
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WMQD_07_nm.qmd
199 lines (132 loc) · 5.95 KB
/
WMQD_07_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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
---
title: "Wissenschaftliche Methodik -- Quantitative Datenanalyse"
subtitle: "Siebter Termin"
institute: "FOM Dortmund"
author: "Norman Markgraf"
lang: de-DE
format:
revealjs:
html-math-method: katex
main-font: Arial
hight: 1920
width: 1080
margin: 0
history: true
center: false
theme:
- colors.scss
- fontsstyles.scss
- fom.scss
- wmqd.scss
footer: "WMQD | Norman Markgraf"
chalkboard: true
#title-slide-attributes:
# data-background-image:
# data-background-size: 100% calc(auto - 2.3em)
---
```{r child="prelude_WMQD.Rmd"}
#| output: false
#| include: false
```
## Zur Erinnerung
📛 Stellen Sie bitte ein Namensschild auf.
🤷 Stellen Sie Fragen.
💪 [https://tweedback.de/z8mm](https://tweedback.de/z8mm)
::: center
{{< qrcode https://tweedback.de/z8mm >}}
:::
<br> Hinweise zu den **Prüfungsleistungen** finden Sie im OC.
Das [Skript von Prof. Matthias Gehrke aus dem OC](https://campus.bildungscentrum.de/nfcampus/plpd/content/9168039) strukturiert Ihre Vor- und Nacharbeit.
------------------------------------------------------------------------
## Stimmung?
:::: {.columns}
::: {.column width="50%"}
::: center
**A**:
<iframe src="https://giphy.com/embed/l4pLXMFYQmTM2se7m" width="480" height="271" frameBorder="0" class="giphy-embed" allowFullScreen></iframe>
::: footnote
Quelle: [via GIPHY](https://giphy.com/gifs/abcnetwork-tired-the-middle-l4pLXMFYQmTM2se7m)
:::
:::
:::
::: {.column width="50%"}
::: center
**B**:
<iframe src="https://giphy.com/embed/pttEsx1vDDhYs" width="480" height="271" frameBorder="0" class="giphy-embed" allowFullScreen></iframe>
::: footnote
Quelle: [via GIPHY](https://giphy.com/gifs/pttEsx1vDDhYs)
:::
:::
:::
:::
------------------------------------------------------------------------
## UN Ziel 7: Affordable and clean energy
::: center
<iframe src="https://upgrader.gapminder.org/q/59/embed?hasBorder=true&hasOpenSansFont=false" title="83% of people get this question wrong" width="100%" height="500" style="border:none;"></iframe>
:::
------------------------------------------------------------------------
## Heutiges Thema 🏫
- Korrelation
- Einstieg in die lineare Regression
::: {.center}
```{r correlation_img, fig.align="center", out.width="70%", fig.cap="Quelle: [https://xkcd.com/552](https://xkcd.com/552)"}
knitr::include_graphics(here::here("img", "correlation.png"))
```
:::
------------------------------------------------------------------------
## Was Sie lernen 👩‍🏫
- Sie können den Zusammenhang zwischen zwei metrischen Merkmalen visualisieren und interpretieren.
- Sie lernen den **[Korrelationskoeffizient]{.green}**, kennen.
<br>
**Tipp**: Öffnen Sie:
- Übersicht: Explorative Datenanalyse und Deskriptive Statistik
- R Befehlsübersicht
------------------------------------------------------------------------
## Streudiagramm
::: {.center}
<iframe src="https://fomshinyapps.shinyapps.io/Korrelation/" width="475" height="535"></iframe>
::: footnote
[https://fomshinyapps.shinyapps.io/Korrelation/](https://fomshinyapps.shinyapps.io/Korrelation/)
:::
:::
------------------------------------------------------------------------
## Kovarianz
Die **Kovarianz** beschreibt den linearen Zusammenhang zweier metrischer Merkmale:
$$s_{xy}=\frac{1}{n-1}\sum_{i=1}^n (x_i-\bar{x})(y_i-\bar{y})$$
Die Werte beider Variablen einer Beobachtung werden mit dem jeweiligen Mittelwert der Variable verglichen.
Vom Produkt der gemeinsamen Abweichungen wird (ungefähr) Mittelwert berechnet.
Der Wertebereich liegt (hypothetisch) zwischen $-\infty$ und $\infty$.
------------------------------------------------------------------------
## Korrelation (I/II)
Der **Korrelationskoeffizient** nach Pearson
$$r=\frac{s_{xy}}{sd_x \cdot sd_y}$$
normiert die *Kovarianz* auf den Wertebereich $-1$ bis $+1$ durch Division mittels des Produktes der *Standardabweichungen* von $x$ und $y$.
------------------------------------------------------------------------
## Korrelation (II/II)
- Ein positiver linearer Zusammenhang führt zu einem *Korrelationskoeffizienten* $r>0$.
- Ein negativer linearer Zusammenhang führt zu einem *Korrelationskoeffizienten* $r<0$.
- Je größer ist der lineare Zusammenhang, desto größer $|r|$.
- **Achtung**: Korrelation heißt nicht zwangsläufig Kausalität, keine
Korrelation heißt nicht zwangsläufig kein Zusammenhang oder keine Kausalität. Beispiele unter [http://www.tylervigen.com/spurious-correlations](http://www.tylervigen.com/spurious-correlations).
------------------------------------------------------------------------
## Visualisierung
Erst visualisieren, dann korrelieren! $\bar{x}, \bar{y}, sd_x, sd_y,r_{x,y}$ sind nahezu konstant.
::: {.center}
<iframe src="https://damassets.autodesk.net/content/dam/autodesk/research/publications-assets/gifs/same-stats-different-graphs/DinoSequentialSmaller.gif" width="750" height="435"></iframe>
::: footnote
[https://www.autodesk.com/research/publications/same-stats-different-graphs](https://www.autodesk.com/research/publications/same-stats-different-graphs/)
:::
:::
------------------------------------------------------------------------
## Korrelation und Kausalität
::: center
<iframe src="https://www.causeweb.org/cause/resources/fun/songs/correlation-does-not-imply-causation" title="" width="100%" height="500" style="border:none;"></iframe>
::: footnote
Quelle: [https://www.causeweb.org/cause/resources/fun/songs/correlation-does-not-imply-causation](https://www.causeweb.org/cause/resources/fun/songs/correlation-does-not-imply-causation)
:::
:::
------------------------------------------------------------------------
## Fallstudie 💻
- Lokal: RStudio durch klick auf ``r ProjektName`` starten oder RStudio aufrufen, das letzte Projekt müsste automatisch geladen werden.
- RStudio Cloud: In **Ihr** Projekt einloggen.
- `Fueleconomy.Rmd` im Ordner `fallstudien` öffnen und unter `Fueleconomy_<KÜRZEL>.Rmd` speichern.