From 2c20908df981621054c84dfe1890a887f0b5e748 Mon Sep 17 00:00:00 2001 From: 29b56e5e7dc0e38f035da79740a0812b <29b56e5e7dc0e38f035da79740a0812b@app-learninglab.inria.fr> Date: Tue, 15 Sep 2020 14:25:29 +0000 Subject: [PATCH] titre --- module2/exo2/exercice_fr.Rmd | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/module2/exo2/exercice_fr.Rmd b/module2/exo2/exercice_fr.Rmd index 2fc1680..2b90ac1 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 -- 2.18.1