Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
demo_final
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Wartung heute um 18:25 wegen einer Sicherheitswarnung von GitLab
Show more breadcrumbs
Bartke, Simon
demo_final
Commits
fe47f98f
Commit
fe47f98f
authored
3 years ago
by
Bartke Simon
Browse files
Options
Downloads
Patches
Plain Diff
Erste Schritte zur Abgabe 1
parent
cfb0ac6a
No related branches found
No related tags found
No related merge requests found
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
demo_final.Rmd
+32
-0
32 additions, 0 deletions
demo_final.Rmd
demo_final.html
+11
-7
11 additions, 7 deletions
demo_final.html
demo_final.md
+14
-16
14 additions, 16 deletions
demo_final.md
demo_final_files/figure-html/unnamed-chunk-3-1.png
+0
-0
0 additions, 0 deletions
demo_final_files/figure-html/unnamed-chunk-3-1.png
with
57 additions
and
23 deletions
demo_final.Rmd
+
32
−
0
View file @
fe47f98f
...
...
@@ -14,6 +14,38 @@ output:
knitr::opts_chunk$set(echo = TRUE)
library(sozoeko1)
```
# Thema 1
Wir wollen etwas analysieren:
* x
* y
* z
Dabei nutzen wir die Methode **OLS**.
## Verwendeter Datensatz
Wir verwenden hier die Daten vom Paket gfc.
```{r}
summary(gfc)
```
## Analyse
Zur Analyse definieren eine neue Variable:
```{r}
gfc$gdpeegdpuu = gfc$GDPE/gfc$GDPU
```
Diese Variable ist interessant, weil:
1. Item 1
2. Item 2
3. Item 3
+ Item 3a
+ Item 3b
## Plot
```{r}
plot(gfc$gdpeegdpuu)
```
This diff is collapsed.
Click to expand it.
demo_final.html
+
11
−
7
View file @
fe47f98f
This diff is collapsed.
Click to expand it.
demo_final.md
+
14
−
16
View file @
fe47f98f
...
...
@@ -13,7 +13,7 @@ output:
# Thema 1
Wir wollen
x y z
analysieren:
Wir wollen
etwas
analysieren:
*
x
*
y
...
...
@@ -22,9 +22,7 @@ Wir wollen x y z analysieren:
Dabei nutzen wir die Methode
**OLS**
.
## Verwendeter Datensatz
Datensatz abc
Wir verwenden hier die Daten vom Paket gfc.
```
r
summary
(
gfc
)
...
...
@@ -39,26 +37,26 @@ summary(gfc)
## 3rd Qu.:109.47 3rd Qu.:114.9
## Max. :115.70 Max. :119.5
```
## Analyse
Wir erstellen wir folgend
e neue Variable:
Zur Analyse definieren ein
e neue Variable:
```
r
gfc
$
gdpegdpu
<-
gfc
$
GDPE
/
gfc
$
GDPU
gfc
$
gdpe
e
gdpu
u
=
gfc
$
GDPE
/
gfc
$
GDPU
```
Diese Variable ist interessant, weil:
1.
a
2.
b
3.
und so weiter
1.
Item 1
2.
Item 2
3.
Item 3
+
Item 3a
+
Item 3b
## Plot
```
r
plot
(
gfc
$
gdpegdpu
)
plot
(
gfc
$
gdpe
e
gdpu
u
)
```

<!-- -->

<!-- -->
...
...
This diff is collapsed.
Click to expand it.
demo_final_files/figure-html/unnamed-chunk-3-1.png
0 → 100644
+
0
−
0
View file @
fe47f98f
10.9 KiB
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment