From 7fc4abafd22c5c8da2ea34cb24911e1ab3e7ccec Mon Sep 17 00:00:00 2001 From: Clair Ch <763efea8fb08cb749e3983ee31f97125@app-learninglab.inria.fr> Date: Fri, 10 Apr 2020 16:13:52 +0000 Subject: [PATCH] =?UTF-8?q?bonne=20function=20pour=20la=20m=C3=A9diane?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 d4a4783..0a63e67 100644 --- a/module2/exo2/exercice_fr.Rmd +++ b/module2/exo2/exercice_fr.Rmd @@ -51,7 +51,7 @@ max(dat) Calcul de la médiane ```{r} -med(dat) +median(dat) ``` Calcul de l'écart-type -- 2.18.1