Skip to content
Snippets Groups Projects
Commit cfb0ac6a authored by Bartke Simon's avatar Bartke Simon
Browse files

Addition if sozoeko1

parent c65cf51c
No related branches found
No related tags found
No related merge requests found
...@@ -14,40 +14,6 @@ output: ...@@ -14,40 +14,6 @@ output:
knitr::opts_chunk$set(echo = TRUE) knitr::opts_chunk$set(echo = TRUE)
library(sozoeko1) library(sozoeko1)
``` ```
# Thema 1
Wir wollen x y z analysieren:
* x
* y
* z
Dabei nutzen wir die Methode **OLS**.
## Verwendeter Datensatz
Datensatz abc
```{r zusammenfassung}
summary(gfc)
```
## Analyse
Wir erstellen wir folgende neue Variable:
```{r}
gfc$gdpegdpu <- gfc$GDPE/gfc$GDPU
```
Diese Variable ist interessant, weil:
1. a
2. b
3. und so weiter
```{r}
plot(gfc$gdpegdpu)
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment