From 7fb4b83d141c2eb38d8ef0b0a08374eeaaa670a2 Mon Sep 17 00:00:00 2001 From: 2f72555a2613970ebb90637b2e23f177 <2f72555a2613970ebb90637b2e23f177@app-learninglab.inria.fr> Date: Tue, 27 Aug 2024 20:59:26 +0000 Subject: [PATCH] adding SD calculation --- module2/exo2/exercice_fr.Rmd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/module2/exo2/exercice_fr.Rmd b/module2/exo2/exercice_fr.Rmd index bb95183..09d7f80 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) + +``` -- 2.18.1