From 1721f02880d2de02b47dd1001510a5dc8b59ad56 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 24 May 2021 13:31:24 +0200 Subject: [PATCH] =?UTF-8?q?Soltion=20finale=20propos=C3=A9e=20par=20Paul?= =?UTF-8?q?=20Faye?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module2/exo2/exercice_fr.Rmd | 8 ++++---- module2/exo2/exercice_fr.html | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/module2/exo2/exercice_fr.Rmd b/module2/exo2/exercice_fr.Rmd index a536ded..c85f9b1 100644 --- a/module2/exo2/exercice_fr.Rmd +++ b/module2/exo2/exercice_fr.Rmd @@ -23,21 +23,21 @@ mean(donnees) ``` ```{r} -# Moyenne +# Ecart-type sd(donnees) ``` ```{r} -# Moyenne +# Minimum min(donnees) ``` ```{r} -# Moyenne +# Médiane median(donnees) ``` ```{r} -# Moyenne +# Maximum max(donnees) ``` \ No newline at end of file diff --git a/module2/exo2/exercice_fr.html b/module2/exo2/exercice_fr.html index 37c5edd..c9a11d9 100644 --- a/module2/exo2/exercice_fr.html +++ b/module2/exo2/exercice_fr.html @@ -177,16 +177,16 @@ pre code {
# Moyenne
 mean(donnees)
## [1] 14.113
-
# Moyenne
+
# Ecart-type
 sd(donnees)
## [1] 4.334094
-
# Moyenne
+
# Minimum
 min(donnees)
## [1] 2.8
-
# Moyenne
+
# Médiane
 median(donnees)
## [1] 14.5
-
# Moyenne
+
# Maximum
 max(donnees)
## [1] 23.4
-- 2.18.1