diff --git a/module2/exo2/exercice_fr.Rmd b/module2/exo2/exercice_fr.Rmd index f380801b9c5b2fa33c13ee5b689e20bc4a729005..7d0790e4be553302384029eb0c95748796644889 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)