Commit 401d483f authored by KomlaviA's avatar KomlaviA

Updated exercise 2

parent 4dd9bfe9
......@@ -19,6 +19,11 @@ data <- c(14.0, 7.6, 11.2, 12.8, 12.5, 9.9, 14.9, 9.4, 16.9, 10.2, 14.9, 18.1, 7
```{r}
summary(data)
```
```{r}
mean(data)
```
# Calcul de l'écart type
```{r}
sd(data)
......
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