diff --git a/module2/exo2/exercice_fr.Rmd b/module2/exo2/exercice_fr.Rmd index bb951834b7602ce37d43443178c032f12439cae6..09d7f8073eb8b3db117b1a7f79b4ce623cd5f207 100644 --- a/module2/exo2/exercice_fr.Rmd +++ b/module2/exo2/exercice_fr.Rmd @@ -15,4 +15,9 @@ obtention des résultats demandés ```{r} summary(values) ``` +calcul de l'ecart type +```{r} +sd(values) + +```