Commit 341525f5 authored by Julie Reineix's avatar Julie Reineix

fin des calculs

parent 919c565b
......@@ -20,3 +20,16 @@ La moyenne:
mean(dataset)
```
Le maximum:
```{r}
max(dataset)
```
La médiane:
```{r}
median(dataset)
```
L'écart-type:
```{r}
sd(dataset)
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment