From df62a7a1dfd0d0027d54bc271285ea2fef30bbe0 Mon Sep 17 00:00:00 2001 From: da377e3b0960a14b082c0f46b9a54abd Date: Tue, 13 Jun 2023 15:06:43 +0000 Subject: [PATCH] Update exo5_fr.Rmd : work on the whole dataset --- module2/exo5/exo5_fr.Rmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module2/exo5/exo5_fr.Rmd b/module2/exo5/exo5_fr.Rmd index 479d782..60ef1a0 100644 --- a/module2/exo5/exo5_fr.Rmd +++ b/module2/exo5/exo5_fr.Rmd @@ -52,6 +52,8 @@ simplifier l'analyse. Comment la fréquence d'échecs varie-t-elle avec la température ? ```{r} +data = read.csv("shuttle.csv",header=T) +data plot(data=data, Malfunction/Count ~ Temperature, ylim=c(0,1)) ``` -- 2.18.1