diff --git a/module2/exo2/exercice_R_fr.org b/module2/exo2/exercice_R_fr.org index cdddf22402963f61175d41e9616d49b9c2944260..b5f7b52542a90664b4e7595a00d31580d2b5ced0 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"