diff --git a/module2/exo2/exercice_fr.Rmd b/module2/exo2/exercice_fr.Rmd index 2fc1680b41aa8402e58d376b74dfafacd255cd00..2b90ac1715e3458071b982e3d966b3797f5fa5d7 100644 --- a/module2/exo2/exercice_fr.Rmd +++ b/module2/exo2/exercice_fr.Rmd @@ -1,7 +1,7 @@ --- -title: "Votre titre" -author: "Votre nom" -date: "La date du jour" +title: "Calcul sur R" +author: "Leharanger Maxime" +date: "15/09/2020" output: html_document --- @@ -18,8 +18,11 @@ mean(x) min(x) ``` ``` +max(x) +``` +``` med(x) ``` ``` -msd(x) +sd(x) ``` \ No newline at end of file