diff --git a/module2/exo5/challenger.org b/module2/exo5/challenger.org index 6883e56c2374b783bb1c3908d7d4b20472090af3..62a1e3d935c47ca18179633bee9e3f26cda48882 100644 --- a/module2/exo5/challenger.org +++ b/module2/exo5/challenger.org @@ -247,7 +247,7 @@ est un bruit (une variable aléatoire de moyenne nulle), et estime $\alpha$ et $\beta$ à partir des données. Cette technique n'a pas de sens pour estimer une probabilité et il -convient donc d'utiliser ce que l'on appelle une [[https://fr.wikipedia.org/wiki/R%25C3%25A9gression_logistique][régression +convient donc d'utiliser ce que l'on appelle une [[https://fr.wikipedia.org/wiki/R%C3%A9gression_logistique][régression logistique]] : #+begin_src R :results output graphics :file fig3.svg :exports both :width 4 :height 3 :session *R* ggplot(df,aes(x=Age,y=Malade)) + geom_point(alpha=.3,size=3) + diff --git a/module2/exo5/challenger.pdf b/module2/exo5/challenger.pdf index 48c158d2f28a1291342af1faf2f7266bc5bf645b..c6994a910b587efcba2e48100e194ae0dd0daaf8 100644 Binary files a/module2/exo5/challenger.pdf and b/module2/exo5/challenger.pdf differ