From 5594862d225d5afccf540a6b2ed27ab7ebca567e Mon Sep 17 00:00:00 2001 From: 42eaffb07ab321885c173115fa1a5bf9 <42eaffb07ab321885c173115fa1a5bf9@app-learninglab.inria.fr> Date: Fri, 21 Oct 2022 04:59:08 +0000 Subject: [PATCH] Update exercice_R_fr.org --- module2/exo2/exercice_R_fr.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/module2/exo2/exercice_R_fr.org b/module2/exo2/exercice_R_fr.org index cdddf22..b5f7b52 100644 --- a/module2/exo2/exercice_R_fr.org +++ b/module2/exo2/exercice_R_fr.org @@ -27,3 +27,10 @@ print(paste("Valeur moyenne :", round(mean(c_data), 2))) print(paste("Valeur médiane :", round(median(c_data), 2))) print(paste("Ecart type :", round(sd(c_data), 2))) #+end_src + +#+RESULTS: +: [1] "Valeur minimale : 2.8" +: [1] "Valeur maximale : 23.4" +: [1] "Valeur moyenne : 14.11" +: [1] "Valeur médiane : 14.5" +: [1] "Ecart type : 4.33" -- 2.18.1