From 029b4a91042c08188bd2293424d112641c462e3e Mon Sep 17 00:00:00 2001 From: 3f074370c8a081eb801fa81cf0e3d523 <3f074370c8a081eb801fa81cf0e3d523@app-learninglab.inria.fr> Date: Mon, 12 Jun 2023 08:03:42 +0000 Subject: [PATCH] ajout standard deviation --- module2/exo2/exercice_fr.Rmd | 1 + 1 file changed, 1 insertion(+) diff --git a/module2/exo2/exercice_fr.Rmd b/module2/exo2/exercice_fr.Rmd index 56fdc83..1bc9062 100644 --- a/module2/exo2/exercice_fr.Rmd +++ b/module2/exo2/exercice_fr.Rmd @@ -21,4 +21,5 @@ Calculs: ```{r , echo=TRUE} summary(data) +sd(data) ``` -- 2.18.1