Update exercice_R_fr.org

parent 6b87808b
......@@ -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"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment