diff --git a/module2/exo2/exercice_fr.Rmd b/module2/exo2/exercice_fr.Rmd index d4a47832517532b3eb154d8c5027507bdf2c7e27..0a63e673fb7f73b075ec2300ea80df13d71aa055 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