forked from luebby/Einstiegsfolien
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWMQD_04_nm.qmd
123 lines (83 loc) · 3.12 KB
/
WMQD_04_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
---
title: "Wissenschaftliche Methodik -- Quantitative Datenanalyse"
subtitle: "Vierter 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: fom-background.png
data-background-size: contain
---
```{r child="prelude_WMQD.Rmd"}
#| output: false
#| include: false
```
## Zur Erinnerung
📛 Stellen Sie bitte ein Namensschild auf.
✏ Arbeiten Sie aktiv mit. Nutzen Sie ergänzend die Übersichten zum Thema.
🤷 Stellen Sie Fragen.
💪 <https://tweedback.de/zwew>
::: center
{{< qrcode https://tweedback.de/zwew >}}
:::
------------------------------------------------------------------------
## Stimmung?
::: columns
::: {.column width="55%"}
Auf der *Funny Scale*:\
Wie geht es Ihnen heute?
:::
::: {.column width="45%"}
```{r fun-scale_img, fig.align="center", out.width="95%", fig.cap="Quelle: [Etsy](https://www.etsy.com/de/listing/1032124670/emotion-check-in-emotional-regulation?ga_order=most_relevant&ga_search_type=all&ga_view_type=gallery&ga_search_query=stimmung+skala&ref=sr_gallery-1-16&sts=1)"}
knitr::include_graphics(here::here("img", "fun-scale.jpg"))
```
:::
:::
------------------------------------------------------------------------
## UN Ziel 4: Hochwertige Bildung
::: center
<iframe src="https://upgrader.gapminder.org/q/3/embed?hasBorder=true&hasOpenSansFont=false" title="86% of people get this question wrong" width="100%" height="500" style="border:none;">
</iframe>
:::
------------------------------------------------------------------------
## Heutiges Thema 🏫
- Explorative Datenanalyse und Beschreibende Statistik: Schwerpunkt [**kategoriale**]{.green} Daten
<br>
**Tipp**: Öffnen Sie:
- Übersicht: Explorative Datenanalyse und Deskriptive Statistik
- R Befehlsübersicht
------------------------------------------------------------------------
## Was Sie lernen 👩🏫
- Sie kennen grundlegende Statistiken (Anteile) und Visualisierungen (Säulendiagramme) für kategoriale Variablen und können diese anwenden.
- Sie können den Zusammenhang zwischen zwei kategorialen Merkmalen analysieren und interpretieren.
------------------------------------------------------------------------
## Fallstudie 💻
- Lokal: RStudio durch einen Klick auf ``r ProjektName`` starten.
- RStudio Cloud: In **Ihr** Projekt einloggen.
Datei `Filmgenre.Rmd` im Ordner `fallstudie` öffnen und unter `Filmgenre_<KÜRZEL>.Rmd` speichern.
------------------------------------------------------------------------
## Risk Literacy
Steigern Sie in Ihrer Gruppe die Risikokompetenz: <https://bit.ly/3lDf1vG>
::: center
<iframe src="https://giphy.com/embed/26DMZEsanUIYHFO9y" width="480" height="270" frameBorder="0" class="giphy-embed" allowFullScreen>
</iframe>
::: footnote
[via GIPHY](https://giphy.com/gifs/26DMZEsanUIYHFO9y)
:::
:::