diff --git a/demo_final.Rmd b/demo_final.Rmd
index 386d1fc9a52130716fb3d19b940797681b923471..3bd0d0e5bad1527c6d5a38b1823ec35c837785f1 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)
-```
-
-