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

Erste arbeiten.

parent 400ac688
No related branches found
No related tags found
No related merge requests found
...@@ -14,5 +14,27 @@ output: ...@@ -14,5 +14,27 @@ 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
This diff is collapsed.
---
title: "Das ganze Spiel"
author: "Team Foo"
date: "5 7 2022"
output:
html_document:
keep_md: true
toc: true
toc_float: true
number_sections: true
---
# Thema 1
Wir wollen x y z analysieren:
* x
* y
* z
Dabei nutzen wir die Methode **OLS**.
## Verwendeter Datensatz
Datensatz abc
```r
summary(gfc)
```
```
## quarter GDPE GDPU
## Length:60 Min. : 86.70 Min. : 80.4
## Class :character 1st Qu.: 93.95 1st Qu.: 93.2
## Mode :character Median :102.95 Median :103.0
## Mean :101.86 Mean :102.6
## 3rd Qu.:109.47 3rd Qu.:114.9
## Max. :115.70 Max. :119.5
```
## Analyse
Wir erstellen wir folgende neue Variable
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment