From 68929011b250141943936cb35fc92842636fa2dd Mon Sep 17 00:00:00 2001 From: 29b56e5e7dc0e38f035da79740a0812b <29b56e5e7dc0e38f035da79740a0812b@app-learninglab.inria.fr> Date: Tue, 15 Sep 2020 14:28:28 +0000 Subject: [PATCH] erreur code median --- 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 f380801..7d0790e 100644 --- a/module2/exo2/exercice_fr.Rmd +++ b/module2/exo2/exercice_fr.Rmd @@ -21,7 +21,7 @@ min(x) max(x) ``` ```{r} -med(x) +median(x) ``` ```{r} sd(x) -- 2.18.1