From cfb0ac6a9734ea4868c634c91edc5524941908a4 Mon Sep 17 00:00:00 2001
From: bartsimo <bartke.simon@gmail.com>
Date: Thu, 7 Jul 2022 18:17:18 +0200
Subject: [PATCH] Addition if sozoeko1

---
 demo_final.Rmd | 34 ----------------------------------
 1 file changed, 34 deletions(-)

diff --git a/demo_final.Rmd b/demo_final.Rmd
index 386d1fc..3bd0d0e 100644
--- a/demo_final.Rmd
+++ b/demo_final.Rmd
@@ -14,40 +14,6 @@ output:
 knitr::opts_chunk$set(echo = TRUE)
 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)
-```
-
-
 
 
 
-- 
GitLab