From 4dd9bfe9f56c1902457d94f7ba25f0f24f9a2292 Mon Sep 17 00:00:00 2001 From: KomlaviA Date: Thu, 23 Mar 2023 10:34:22 +0100 Subject: [PATCH] Update computing --- module2/exo2/exercice_fr.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module2/exo2/exercice_fr.Rmd b/module2/exo2/exercice_fr.Rmd index d4df1e5..030261c 100644 --- a/module2/exo2/exercice_fr.Rmd +++ b/module2/exo2/exercice_fr.Rmd @@ -19,7 +19,7 @@ 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) ``` -# Calcul de'écart type +# Calcul de l'écart type ```{r} sd(data) ``` -- 2.18.1