-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathteaching.Rmd
37 lines (26 loc) · 960 Bytes
/
teaching.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
title: "Teaching materials"
output:
html_document:
toc: true
toc_float: true
# logo: LogoAgrocampusOuest.jpg
number_sections: false
highlight: tango
css: style.css
---
```{r setup_teaching, include=FALSE}
knitr::opts_chunk$set(echo = TRUE, cache = TRUE)
```
## Resources
Teaching statistics involves teachings statistical software. What is the best statistical software to my opinion (and the opinion of thousands of other), of course <img src="img/R.jpeg" hspace = "3" alt="R" width="30px" align="left"> </img> .
## Formations
* Astredohr Avril 2019
* [Astredohr Part1](formation/astredohr_part1.pdf)
* Formation [R : Des premiers pas au modèle linéaire ](https://marieetienne.github.io/premierspas/)
## Datasets
* [Intima Media](datasets/Intima_Media.txt)
* [Biomass diversity](datsets/Biomass_diversity.csv)
* [SamaresEq](datasets/SamaresEq.txt)
* [SamaresEq_disp](datasets/SamaresEq_disp.csv)
* [Pollen](ss700.csv)