Skip to content

Commit caaa6d4

Browse files
committed
add R basics, correlation and regression analysis course (MARine EcoSYStem and Fishery Sciences)
1 parent a8da8fb commit caaa6d4

3 files changed

+441
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: "MARSYS Statistik und Programmierung mit R (in german)"
3+
---
4+
5+
### Author
6+
7+
- RLab-Team
8+
9+
### Co-Authors
10+
11+
- Jan Conradt (coding)
12+
- Niels Schwab (coding, design)
13+
- Christian Moellmann (design)
14+
15+
### Description
16+
17+
Introduction to R basics, plotting with ggplot2, correlation and regression analysis. Example data from marine ecosystem and fishery science (Master program MARSYS-MARine EcoSYStem and Fishery Sciences at the Institute of Marine Ecosystem and Fishery Science (IMF), University of Hamburg, Germany). German course language facilitates first steps with R for german beginners. The course is part of the e-learning program "RLab – Skriptbasierte modulare Umweltstatistik" (https://rlab.blogs.uni-hamburg.de, funded by BMBF 01PL17033)
18+
19+
### Installation
20+
21+
```r
22+
swirl::install_course("MARSYS_Statistik_und_Programmierung_mit_R")
23+
```
24+
25+
#### Manual Installation
26+
27+
1. Download [this](http://swirlstats.com/scn/MARSYS_Statistik_und_Programmierung_mit_R.swc) file.
28+
2. Run `swirl::install_course()` in the R console.
29+
3. Select the file you just downloaded.
30+
31+
### Website
32+
33+
- https://github.com/swirldev/scn
34+
- https://rlab.blogs.uni-hamburg.de

0 commit comments

Comments
 (0)