From 65dd7fae9845bba9ed3d42f514b72de597854d67 Mon Sep 17 00:00:00 2001 From: Martin CHAVANT Date: Fri, 8 May 2020 12:36:13 +0200 Subject: [PATCH] =?UTF-8?q?Modif=20r=C3=A9alisation=20exo2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module2/exo2/exercice_fr.Rmd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/module2/exo2/exercice_fr.Rmd b/module2/exo2/exercice_fr.Rmd index 7c91f1e..8a534d6 100644 --- a/module2/exo2/exercice_fr.Rmd +++ b/module2/exo2/exercice_fr.Rmd @@ -19,3 +19,8 @@ summary(x) ``` +Je calcul l'écart type +```{r} +sd(x) +``` + -- 2.18.1