forked from luebby/Einstiegsfolien
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWM_05_nm.qmd
138 lines (94 loc) · 3.79 KB
/
WM_05_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
---
title: "Wissenschaftliche Methodik"
subtitle: "Fünfter 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/zb5h>
::: center
{{< qrcode https://tweedback.de/zb5h >}}
:::
------------------------------------------------------------------------
## Stimmung?
Auf der Skala von *Homer Simpson*: Wie geht es Ihnen heute?
```{r Homer_Simpson2_img, fig.align="center", out.width="35%", fig.cap="Quelle: [@paugr](https://twitter.com/paugr/status/1252233029201719296)"}
knitr::include_graphics(here::here("img", "Homer_Simpson2.jpg"))
```
------------------------------------------------------------------------
## Tipps für den Vorlesungserfolg
- Kommen Sie zur Vorlesung!
- Vermeiden Sie Ablenkung.
- Arbeiten Sie die Vorlesung von Anfang an **vor** und nach. Nutzen Sie dafür die das [Skript von Prof. Matthias Gehrke aus dem OC](`r SkriptLink`)!
- Stellen Sie Fragen.
- Unterstützen Sie sich gegenseitig.
------------------------------------------------------------------------
## UN Ziel 5: Gender Equality
::: center
<iframe src="https://upgrader.gapminder.org/q/10/embed?hasBorder=true&hasOpenSansFont=false" title="89% of people get this question wrong" width="100%" height="800" style="border:none;"></iframe>
:::
------------------------------------------------------------------------
## Heutiges Thema 🏫
- Explorative Datenanalyse und Deskriptive Statistik: Schwerpunkt [**metrische**]{.green} Daten
::: center
<iframe src="https://giphy.com/embed/XXAKgZR1EbAqmuGBE9" width="360" height="300" frameBorder="0" class="giphy-embed" allowFullScreen></iframe>
::: footnote
[via GIPHY](https://giphy.com/gifs/Verohallinto-superhero-verohallinto-epic-tax-guy-XXAKgZR1EbAqmuGBE9)
:::
:::
------------------------------------------------------------------------
## Was Sie lernen 👩🏫
- Sie kennen grundlegende Statistiken (Lage- und Streumaße) und Visualisierungen für metrische Variablen und können diese anwenden.
- Sie können Verteilungsformen charakterisieren und unterscheiden.
**Tipp**: Öffnen Sie:
- Übersicht: Explorative Datenanalyse und Deskriptive Statistik
- R Befehlsübersicht
------------------------------------------------------------------------
## Exploring Histograms
::: center
<iframe src="http://tinlizzie.org/histograms/" width="900px" height="525px"></iframe>
::: footnote
<http://tinlizzie.org/histograms/>
:::
:::
------------------------------------------------------------------------
## Verteilungsformen
<iframe width="900px" height="500px" src="https://www.youtube-nocookie.com/embed/2eFFzErlU4c" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
::: footnote
<https://youtu.be/2eFFzErlU4c>
:::
------------------------------------------------------------------------
## 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.
- `Fueleconomy.Rmd` im Ordner `fallstudien` öffnen und unter `Fueleconomy_<KÜRZEL>.Rmd` speichern.