Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
d578c87b4351ed77b3cbf392dce33512
mooc-rr
Commits
8359ed76
Commit
8359ed76
authored
Apr 05, 2020
by
Hugues de Courson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit V3 exo 3
parent
ee250c72
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
192 additions
and
140 deletions
+192
-140
exercice_fr.Rmd
module3/exo3/exercice_fr.Rmd
+17
-5
exercice_fr.log
module3/exo3/exercice_fr.log
+149
-135
exercice_fr.out
module3/exo3/exercice_fr.out
+26
-0
exercice_fr.pdf
module3/exo3/exercice_fr.pdf
+0
-0
representation graphique taux de mortalite-1.pdf
...re-latex/representation graphique taux de mortalite-1.pdf
+0
-0
No files found.
module3/exo3/exercice_fr.Rmd
View file @
8359ed76
---
title: "Exercice paradoxe de Simpson"
author: "Hugues de Courson"
date: "
La date du jour
"
date: "
5 avril 2020
"
output:
pdf_document:
df_print: paged
...
...
@@ -27,6 +27,14 @@ library(kableExtra)
Dans un premier temps, il s'agissait de télécharger le fichier dans mon dossier local, ensuite on commit cette action et avec un push il est envoyé sur gitlab.
```{r import URL}
url <- "https://gitlab.inria.fr/learninglab/mooc-rr/mooc-rr-ressources/blob/master/module3/Practical_session/Subject6_smoking.csv"
data <- read.csv(url)
```
Ensuite il s'agit de le charger dans R :
```{r data import}
...
...
@@ -87,10 +95,14 @@ kable(tab_2,align = "c")
# Representation graphique
Ceci passe par la création d'un tableau avec les pourcentages de mortalité
```{r representation graphique taux de mortalite}
tab_3 <- data.frame(cbind(rbind((sum(data$Status[data$Smoker=="Yes"]=="Dead")/sum(data$Smoker=="Yes"))*100,
(sum(data$Status[data$Smoker=="Yes"]=="Alive")/sum(data$Smoker=="Yes"))*100)),
rbind((sum(data$Status[data$Smoker=="No"]=="Dead")/sum(data$Smoker=="No"))*100,
(sum(data$Status[data$Smoker=="No"]=="Alive")/sum(data$Smoker=="No"))*100))
tab_3 <- data.frame(cbind(rbind((sum(data$Status[data$Smoker=="Yes"]=="Dead")/
sum(data$Smoker=="Yes"))*100,
(sum(data$Status[data$Smoker=="Yes"]=="Alive")/
sum(data$Smoker=="Yes"))*100)),
rbind((sum(data$Status[data$Smoker=="No"]=="Dead")/
sum(data$Smoker=="No"))*100,
(sum(data$Status[data$Smoker=="No"]=="Alive")/
sum(data$Smoker=="No"))*100))
names(tab_3) <- c("Fumeuses", "Non fumeuses")
row.names(tab_3) <- c("Decedees", "Vivantes")
...
...
module3/exo3/exercice_fr.log
View file @
8359ed76
This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019) (preloaded format=pdflatex 2020.3.21) 5 APR 2020 18:
30
This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019) (preloaded format=pdflatex 2020.3.21) 5 APR 2020 18:
43
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
...
...
@@ -815,16 +815,16 @@ Package xcolor Warning: Incompatible color definition on input line 140.
Package xcolor Warning: Incompatible color definition on input line 140.
Package xcolor Warning: Incompatible color definition on input line 1
51
.
Package xcolor Warning: Incompatible color definition on input line 1
49
.
Package xcolor Warning: Incompatible color definition on input line 15
6
.
Package xcolor Warning: Incompatible color definition on input line 15
5
.
Package xcolor Warning: Incompatible color definition on input line 15
6
.
Package xcolor Warning: Incompatible color definition on input line 15
5
.
Package xcolor Warning: Incompatible color definition on input line 1
60
.
Package xcolor Warning: Incompatible color definition on input line 1
59
.
Package xcolor Warning: Incompatible color definition on input line 164.
...
...
@@ -832,107 +832,125 @@ Package xcolor Warning: Incompatible color definition on input line 164.
Package xcolor Warning: Incompatible color definition on input line 164.
LaTeX Font Info: Try loading font information for TS1+lmtt on input line 171
Package xcolor Warning: Incompatible color definition on input line 168.
Package xcolor Warning: Incompatible color definition on input line 172.
Package xcolor Warning: Incompatible color definition on input line 172.
LaTeX Font Info: Try loading font information for TS1+lmtt on input line 179
.
(/usr/local/texlive/2019/texmf-dist/tex/latex/lm/ts1lmtt.fd
File: ts1lmtt.fd 2009/10/30 v1.6 Font defs for Latin Modern
)
Package xcolor Warning: Incompatible color definition on input line 1
83
.
Package xcolor Warning: Incompatible color definition on input line 1
91
.
Package xcolor Warning: Incompatible color definition on input line
194
.
Package xcolor Warning: Incompatible color definition on input line
202
.
Package xcolor Warning: Incompatible color definition on input line 194.
Package xcolor Warning: Incompatible color definition on input line 202.
Package xcolor Warning: Incompatible color definition on input line 202.
LaTeX Font Info: External font `lmex10' loaded for size
(Font) <10> on input line 196.
LaTeX Font Info: External font `lmex10' loaded for size
(Font) <7> on input line 196.
LaTeX Font Info: External font `lmex10' loaded for size
(Font) <5> on input line 196.
[1
{/usr/local/texlive/2019/texmf-var/fonts/map/pdftex/updmap/pdftex.map}]
Package xcolor Warning: Incompatible color definition on input line 2
1
2.
Package xcolor Warning: Incompatible color definition on input line 2
0
2.
Package xcolor Warning: Incompatible color definition on input line 233.
Package xcolor Warning: Incompatible color definition on input line 202.
LaTeX Font Info: External font `lmex10' loaded for size
(Font) <10> on input line 204.
LaTeX Font Info: External font `lmex10' loaded for size
(Font) <7> on input line 204.
LaTeX Font Info: External font `lmex10' loaded for size
(Font) <5> on input line 204.
Package xcolor Warning: Incompatible color definition on input line 220.
Package xcolor Warning: Incompatible color definition on input line 2
33
.
Package xcolor Warning: Incompatible color definition on input line 2
41
.
Package xcolor Warning: Incompatible color definition on input line 2
52
.
Package xcolor Warning: Incompatible color definition on input line 2
41
.
Package xcolor Warning: Incompatible color definition on input line 26
4
.
Package xcolor Warning: Incompatible color definition on input line 26
0
.
Package xcolor Warning: Incompatible color definition on input line 2
64
.
Package xcolor Warning: Incompatible color definition on input line 2
76
.
Package xcolor Warning: Incompatible color definition on input line 276.
Package xcolor Warning: Incompatible color definition on input line 281.
Package xcolor Warning: Incompatible color definition on input line 288.
[2]
Package xcolor Warning: Incompatible color definition on input line 293.
Package xcolor Warning: Incompatible color definition on input line 2
81
.
Package xcolor Warning: Incompatible color definition on input line 2
93
.
<exercice_fr_files/figure-latex/representation graphique taux de mortalite-1.pd
f, id=12
1
, 393.47pt x 232.87pt>
f, id=12
5
, 393.47pt x 232.87pt>
File: exercice_fr_files/figure-latex/representation graphique taux de mortalite
-1.pdf Graphic file (type pdf)
<use exercice_fr_files/figure-latex/representation graphique taux de mortalite-
1.pdf>
Package pdftex.def Info: exercice_fr_files/figure-latex/representation graphiqu
e taux de mortalite-1.pdf used on input line 2
83
.
e taux de mortalite-1.pdf used on input line 2
95
.
(pdftex.def) Requested size: 393.46902pt x 232.86942pt.
[2]
Package xcolor Warning: Incompatible color definition on input line
288
.
Package xcolor Warning: Incompatible color definition on input line
300
.
Package xcolor Warning: Incompatible color definition on input line
299
.
Package xcolor Warning: Incompatible color definition on input line
311
.
Package xcolor Warning: Incompatible color definition on input line
299
.
Package xcolor Warning: Incompatible color definition on input line
311
.
Package xcolor Warning: Incompatible color definition on input line 3
03
.
Package xcolor Warning: Incompatible color definition on input line 3
15
.
Package xcolor Warning: Incompatible color definition on input line 3
10
.
Package xcolor Warning: Incompatible color definition on input line 3
22
.
Package xcolor Warning: Incompatible color definition on input line 3
10
.
Package xcolor Warning: Incompatible color definition on input line 3
22
.
Package xcolor Warning: Incompatible color definition on input line 3
18
.
Package xcolor Warning: Incompatible color definition on input line 3
30
.
Package xcolor Warning: Incompatible color definition on input line 3
25
.
Package xcolor Warning: Incompatible color definition on input line 3
37
.
Package xcolor Warning: Incompatible color definition on input line 3
25
.
Package xcolor Warning: Incompatible color definition on input line 3
37
.
[3 <./exercice_fr_files/figure-latex/representation graphique taux de mortalite
-1.pdf>]
Package hyperref Warning: Difference (2) between bookmark levels is greater
(hyperref) than one, level fixed on input line 3
36
.
(hyperref) than one, level fixed on input line 3
48
.
Package xcolor Warning: Incompatible color definition on input line 3
44
.
Package xcolor Warning: Incompatible color definition on input line 3
56
.
[3 <./exercice_fr_files/figure-latex/representation graphique taux de mortalite
-1.pdf>]
Package xcolor Warning: Incompatible color definition on input line 3
52
.
Package xcolor Warning: Incompatible color definition on input line 3
64
.
Package xcolor Warning: Incompatible color definition on input line 3
52
.
Package xcolor Warning: Incompatible color definition on input line 3
64
.
<exercice_fr_files/figure-latex/var classe dage-1.pdf, id=138, 422.57875pt x 25
7.96375pt>
...
...
@@ -940,57 +958,53 @@ File: exercice_fr_files/figure-latex/var classe dage-1.pdf Graphic file (type p
df)
<use exercice_fr_files/figure-latex/var classe dage-1.pdf>
Package pdftex.def Info: exercice_fr_files/figure-latex/var classe dage-1.pdf
used on input line 3
54
.
used on input line 3
66
.
(pdftex.def) Requested size: 422.5906pt x 257.97096pt.
Package xcolor Warning: Incompatible color definition on input line 3
76
.
Package xcolor Warning: Incompatible color definition on input line 3
88
.
Package xcolor Warning: Incompatible color definition on input line 3
82
.
Package xcolor Warning: Incompatible color definition on input line 3
94
.
Package xcolor Warning: Incompatible color definition on input line 3
82
.
Package xcolor Warning: Incompatible color definition on input line 3
94
.
<exercice_fr_files/figure-latex/table contingence-1.pdf, id=141, 422.57875pt x
[4 <./exercice_fr_files/figure-latex/var classe dage-1.pdf>]
<exercice_fr_files/figure-latex/table contingence-1.pdf, id=153, 422.57875pt x
257.96375pt>
File: exercice_fr_files/figure-latex/table contingence-1.pdf Graphic file (type
pdf)
<use exercice_fr_files/figure-latex/table contingence-1.pdf>
Package pdftex.def Info: exercice_fr_files/figure-latex/table contingence-1.pdf
used on input line
389
.
used on input line
401
.
(pdftex.def) Requested size: 422.5906pt x 257.97096pt.
Package xcolor Warning: Incompatible color definition on input line 391.
[4 <./exercice_fr_files/figure-latex/var classe dage-1.pdf>]
Package xcolor Warning: Incompatible color definition on input line 403.
Package xcolor Warning: Incompatible color definition on input line 401.
Package xcolor Warning: Incompatible color definition on input line 413.
Package xcolor Warning: Incompatible color definition on input line 401.
Package xcolor Warning: Incompatible color definition on input line 413.
Package xcolor Warning: Incompatible color definition on input line 430.
Package xcolor Warning: Incompatible color definition on input line 442.
Package xcolor Warning: Incompatible color definition on input line 446.
Package xcolor Warning: Incompatible color definition on input line 458.
Package xcolor Warning: Incompatible color definition on input line 446.
Package xcolor Warning: Incompatible color definition on input line 458.
Overfull \vbox (0.9326pt too high) detected at line 446
[]
Package xcolor Warning: Incompatible color definition on input line 446.
Package xcolor Warning: Incompatible color definition on input line 458.
[5 <./exercice_fr_files/figure-latex/table contingence-1.pdf>]
Package xcolor Warning: Incompatible color definition on input line 4
46
.
Package xcolor Warning: Incompatible color definition on input line 4
58
.
Package xcolor Warning: Incompatible color definition on input line 4
46
.
Package xcolor Warning: Incompatible color definition on input line 4
58
.
<exercice_fr_files/figure-latex/deuxieme barplot-1.pdf, id=169, 411.5375pt x 21
9.82124pt>
...
...
@@ -998,65 +1012,65 @@ File: exercice_fr_files/figure-latex/deuxieme barplot-1.pdf Graphic file (type
pdf)
<use exercice_fr_files/figure-latex/deuxieme barplot-1.pdf>
Package pdftex.def Info: exercice_fr_files/figure-latex/deuxieme barplot-1.pdf
used on input line 4
48
.
used on input line 4
60
.
(pdftex.def) Requested size: 411.5365pt x 219.8207pt.
Package xcolor Warning: Incompatible color definition on input line 4
52
.
Package xcolor Warning: Incompatible color definition on input line 4
64
.
Package xcolor Warning: Incompatible color definition on input line 4
56
.
Package xcolor Warning: Incompatible color definition on input line 4
68
.
Package xcolor Warning: Incompatible color definition on input line 4
56
.
Package xcolor Warning: Incompatible color definition on input line 4
68
.
Package xcolor Warning: Incompatible color definition on input line 4
61
.
Package xcolor Warning: Incompatible color definition on input line 4
73
.
Package xcolor Warning: Incompatible color definition on input line 4
68
.
Package xcolor Warning: Incompatible color definition on input line 4
80
.
Package xcolor Warning: Incompatible color definition on input line 4
68
.
Package xcolor Warning: Incompatible color definition on input line 4
80
.
Package xcolor Warning: Incompatible color definition on input line 4
78
.
Package xcolor Warning: Incompatible color definition on input line 4
90
.
Package xcolor Warning: Incompatible color definition on input line 4
85
.
Package xcolor Warning: Incompatible color definition on input line 4
97
.
Package xcolor Warning: Incompatible color definition on input line 4
85
.
Package xcolor Warning: Incompatible color definition on input line 4
97
.
Package xcolor Warning: Incompatible color definition on input line
491
.
Package xcolor Warning: Incompatible color definition on input line
503
.
Package xcolor Warning: Incompatible color definition on input line
495
.
Package xcolor Warning: Incompatible color definition on input line
507
.
Package xcolor Warning: Incompatible color definition on input line
495
.
Package xcolor Warning: Incompatible color definition on input line
507
.
Package xcolor Warning: Incompatible color definition on input line 5
00
.
Package xcolor Warning: Incompatible color definition on input line 5
12
.
Package xcolor Warning: Incompatible color definition on input line 5
07
.
Package xcolor Warning: Incompatible color definition on input line 5
19
.
Package xcolor Warning: Incompatible color definition on input line 5
07
.
Package xcolor Warning: Incompatible color definition on input line 5
19
.
Package xcolor Warning: Incompatible color definition on input line 51
3
.
Package xcolor Warning: Incompatible color definition on input line 51
9
.
[6 <./exercice_fr_files/figure-latex/deuxieme barplot-1.pdf>]
Package xcolor Warning: Incompatible color definition on input line 51
7
.
Package xcolor Warning: Incompatible color definition on input line 51
9
.
Package xcolor Warning: Incompatible color definition on input line 51
7
.
Package xcolor Warning: Incompatible color definition on input line 51
9
.
Package xcolor Warning: Incompatible color definition on input line 52
2
.
Package xcolor Warning: Incompatible color definition on input line 52
5
.
Package xcolor Warning: Incompatible color definition on input line 529.
...
...
@@ -1065,16 +1079,16 @@ Package xcolor Warning: Incompatible color definition on input line 529.
Package xcolor Warning: Incompatible color definition on input line 529.
Package xcolor Warning: Incompatible color definition on input line 53
5
.
Package xcolor Warning: Incompatible color definition on input line 53
4
.
Package xcolor Warning: Incompatible color definition on input line 5
39
.
Package xcolor Warning: Incompatible color definition on input line 5
41
.
Package xcolor Warning: Incompatible color definition on input line 5
39
.
Package xcolor Warning: Incompatible color definition on input line 5
41
.
Package xcolor Warning: Incompatible color definition on input line 54
4
.
Package xcolor Warning: Incompatible color definition on input line 54
7
.
Package xcolor Warning: Incompatible color definition on input line 551.
...
...
@@ -1083,16 +1097,16 @@ Package xcolor Warning: Incompatible color definition on input line 551.
Package xcolor Warning: Incompatible color definition on input line 551.
Package xcolor Warning: Incompatible color definition on input line 55
7
.
Package xcolor Warning: Incompatible color definition on input line 55
6
.
Package xcolor Warning: Incompatible color definition on input line 56
1
.
Package xcolor Warning: Incompatible color definition on input line 56
3
.
Package xcolor Warning: Incompatible color definition on input line 56
1
.
Package xcolor Warning: Incompatible color definition on input line 56
3
.
Package xcolor Warning: Incompatible color definition on input line 56
6
.
Package xcolor Warning: Incompatible color definition on input line 56
9
.
Package xcolor Warning: Incompatible color definition on input line 573.
...
...
@@ -1101,16 +1115,16 @@ Package xcolor Warning: Incompatible color definition on input line 573.
Package xcolor Warning: Incompatible color definition on input line 573.
Package xcolor Warning: Incompatible color definition on input line 57
9
.
Package xcolor Warning: Incompatible color definition on input line 57
8
.
Package xcolor Warning: Incompatible color definition on input line 58
3
.
Package xcolor Warning: Incompatible color definition on input line 58
5
.
Package xcolor Warning: Incompatible color definition on input line 58
3
.
Package xcolor Warning: Incompatible color definition on input line 58
5
.
Package xcolor Warning: Incompatible color definition on input line 5
88
.
Package xcolor Warning: Incompatible color definition on input line 5
91
.
Package xcolor Warning: Incompatible color definition on input line 595.
...
...
@@ -1119,16 +1133,16 @@ Package xcolor Warning: Incompatible color definition on input line 595.
Package xcolor Warning: Incompatible color definition on input line 595.
Package xcolor Warning: Incompatible color definition on input line 60
1
.
Package xcolor Warning: Incompatible color definition on input line 60
0
.
Package xcolor Warning: Incompatible color definition on input line 60
5
.
Package xcolor Warning: Incompatible color definition on input line 60
7
.
Package xcolor Warning: Incompatible color definition on input line 60
5
.
Package xcolor Warning: Incompatible color definition on input line 60
7
.
Package xcolor Warning: Incompatible color definition on input line 61
0
.
Package xcolor Warning: Incompatible color definition on input line 61
3
.
Package xcolor Warning: Incompatible color definition on input line 617.
...
...
@@ -1137,116 +1151,116 @@ Package xcolor Warning: Incompatible color definition on input line 617.
Package xcolor Warning: Incompatible color definition on input line 617.
Package xcolor Warning: Incompatible color definition on input line 6
17
.
Package xcolor Warning: Incompatible color definition on input line 6
22
.
[7]
Package xcolor Warning: Incompatible color definition on input line 6
17
.
Package xcolor Warning: Incompatible color definition on input line 6
29
.
Package xcolor Warning: Incompatible color definition on input line 6
17
.
Package xcolor Warning: Incompatible color definition on input line 6
29
.
Package xcolor Warning: Incompatible color definition on input line 6
23
.
Package xcolor Warning: Incompatible color definition on input line 6
35
.
Package xcolor Warning: Incompatible color definition on input line 6
27
.
Package xcolor Warning: Incompatible color definition on input line 6
39
.
Package xcolor Warning: Incompatible color definition on input line 6
27
.
Package xcolor Warning: Incompatible color definition on input line 6
39
.
Package xcolor Warning: Incompatible color definition on input line 6
31
.
Package xcolor Warning: Incompatible color definition on input line 6
43
.
Package xcolor Warning: Incompatible color definition on input line 6
38
.
Package xcolor Warning: Incompatible color definition on input line 6
50
.
Package xcolor Warning: Incompatible color definition on input line 6
38
.
Package xcolor Warning: Incompatible color definition on input line 6
50
.
Package xcolor Warning: Incompatible color definition on input line 6
44
.
Package xcolor Warning: Incompatible color definition on input line 6
56
.
Package xcolor Warning: Incompatible color definition on input line 6
48
.
Package xcolor Warning: Incompatible color definition on input line 6
60
.
Package xcolor Warning: Incompatible color definition on input line 6
48
.
Package xcolor Warning: Incompatible color definition on input line 6
60
.
Package xcolor Warning: Incompatible color definition on input line 6
52
.
Package xcolor Warning: Incompatible color definition on input line 6
64
.
Package xcolor Warning: Incompatible color definition on input line 6
59
.
Package xcolor Warning: Incompatible color definition on input line 6
71
.
Package xcolor Warning: Incompatible color definition on input line 6
59
.
Package xcolor Warning: Incompatible color definition on input line 6
71
.
Package hyperref Warning: Difference (2) between bookmark levels is greater
(hyperref) than one, level fixed on input line 6
77
.
(hyperref) than one, level fixed on input line 6
89
.
Package xcolor Warning: Incompatible color definition on input line 6
85
.
Package xcolor Warning: Incompatible color definition on input line 6
97
.
Package xcolor Warning: Incompatible color definition on input line
689
.
Package xcolor Warning: Incompatible color definition on input line
701
.
Package xcolor Warning: Incompatible color definition on input line
689
.
Package xcolor Warning: Incompatible color definition on input line
701
.
Package xcolor Warning: Incompatible color definition on input line
696
.
Package xcolor Warning: Incompatible color definition on input line
708
.
Package xcolor Warning: Incompatible color definition on input line 7
04
.
Package xcolor Warning: Incompatible color definition on input line 7
16
.
Package xcolor Warning: Incompatible color definition on input line 7
04
.
Package xcolor Warning: Incompatible color definition on input line 7
16
.
[8]
Package xcolor Warning: Incompatible color definition on input line 7
20
.
Package xcolor Warning: Incompatible color definition on input line 7
32
.
Package xcolor Warning: Incompatible color definition on input line 7
26
.
Package xcolor Warning: Incompatible color definition on input line 7
38
.
Package xcolor Warning: Incompatible color definition on input line 7
26
.
Package xcolor Warning: Incompatible color definition on input line 7
38
.
Package xcolor Warning: Incompatible color definition on input line 7
45
.
Package xcolor Warning: Incompatible color definition on input line 7
57
.
Package xcolor Warning: Incompatible color definition on input line 7
54
.
Package xcolor Warning: Incompatible color definition on input line 7
66
.
Package xcolor Warning: Incompatible color definition on input line 7
54
.
Package xcolor Warning: Incompatible color definition on input line 7
66
.
[9]
Package xcolor Warning: Incompatible color definition on input line 7
86
.
Package xcolor Warning: Incompatible color definition on input line 7
98
.
Package xcolor Warning: Incompatible color definition on input line
792
.
Package xcolor Warning: Incompatible color definition on input line
804
.
Package xcolor Warning: Incompatible color definition on input line
792
.
Package xcolor Warning: Incompatible color definition on input line
804
.
Package atveryend Info: Empty hook `BeforeClearDocument' on input line 8
16
.
Package atveryend Info: Empty hook `BeforeClearDocument' on input line 8
28
.
[10]
Package atveryend Info: Empty hook `AfterLastShipout' on input line 8
16
.
Package atveryend Info: Empty hook `AfterLastShipout' on input line 8
28
.
(./exercice_fr.aux)
Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 8
16
.
Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 8
16
.
Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 8
28
.
Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 8
28
.
Package rerunfilecheck Info: File `exercice_fr.out' has not changed.
(rerunfilecheck) Checksum: AA0EB80DB2301816D62E873CDC0D574F;6382.
Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 8
16
.
Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 8
28
.
)
Here is how much of TeX's memory you used:
14775 strings out of 492616
215137 string characters out of 6129481
34203
8
words of memory out of 5000000
34203
5
words of memory out of 5000000
18389 multiletter control sequences out of 15000+600000
52320 words of font info for 73 fonts, out of 8000000 for 9000
1141 hyphenation exceptions out of 8191
...
...
@@ -1260,7 +1274,7 @@ m/lmr12.pfb></usr/local/texlive/2019/texmf-dist/fonts/type1/public/lm/lmr17.pfb
></usr/local/texlive/2019/texmf-dist/fonts/type1/public/lm/lmtk10.pfb></usr/loc
al/texlive/2019/texmf-dist/fonts/type1/public/lm/lmtt10.pfb></usr/local/texlive
/2019/texmf-dist/fonts/type1/public/lm/lmtti10.pfb>
Output written on exercice_fr.pdf (10 pages, 24
8764
bytes).
Output written on exercice_fr.pdf (10 pages, 24
9336
bytes).
PDF statistics:
241 PDF objects out of 1000 (max. 8388607)
206 compressed objects within 3 object streams
...
...
module3/exo3/exercice_fr.out
View file @
8359ed76
\BOOKMARK [3][-]{section*.1}{\376\377\000D\000\351\000b\000u\000t\000:\000\040\000c\000h\000a\000r\000g\000e\000m\000e\000n\000t\000\040\000d\000e\000s\000\040\000p\000a\000c\000k\000a\000g\000e\000s\000\040\000p\000o\000u\000v\000a\000n\000t\000\040\000\352\000t\000r\000e\000\040\000u\000t\000i\000l\000e\000s}{}% 1
\BOOKMARK [3][-]{section*.2}{\376\377\000P\000u\000i\000s\000\040\000l\000'\000i\000m\000p\000o\000r\000t\000\040\000d\000e\000s\000\040\000d\000o\000n\000n\000\351\000e\000s}{}% 2
\BOOKMARK [3][-]{section*.3}{\376\377\000M\000i\000s\000s\000i\000o\000n\000\040\0001}{}% 3
\BOOKMARK [2][-]{section*.4}{\376\377\000C\000r\000e\000a\000t\000i\000o\000n\000\040\000d\000u\000\040\000t\000a\000b\000l\000e\000a\000u\000\040\000:}{}% 4
\BOOKMARK [2][-]{section*.5}{\376\377\000C\000a\000l\000c\000u\000l\000\040\000d\000e\000s\000\040\000t\000a\000u\000x\000\040\000d\000e\000\040\000m\000o\000r\000t\000a\000l\000i\000t\000\351\000\040\000:}{}% 5
\BOOKMARK [1][-]{section*.6}{\376\377\000C\000r\000e\000a\000t\000i\000o\000n\000\040\000d\000'\000u\000n\000\040\000t\000a\000b\000l\000e\000a\000u\000\040\000d\000e\000\040\000c\000o\000n\000t\000i\000g\000e\000n\000c\000e}{}% 6
\BOOKMARK [1][-]{section*.7}{\376\377\000R\000e\000p\000r\000e\000s\000e\000n\000t\000a\000t\000i\000o\000n\000\040\000g\000r\000a\000p\000h\000i\000q\000u\000e}{}% 7
\BOOKMARK [1][-]{section*.8}{\376\377\000C\000a\000l\000c\000u\000l\000\040\000d\000e\000s\000\040\000i\000n\000t\000e\000r\000v\000a\000l\000l\000e\000s\000\040\000d\000e\000\040\000c\000o\000n\000f\000i\000a\000n\000c\000e\000\040\000d\000e\000s\000\040\000p\000r\000o\000p\000o\000r\000t\000i\000o\000n\000s}{}% 8
\BOOKMARK [2][-]{section*.9}{\376\377\000M\000i\000s\000s\000i\000o\000n\000\040\0002}{section*.8}% 9
\BOOKMARK [2][-]{section*.10}{\376\377\000P\000r\000e\000m\000i\000\350\000r\000e\000\040\000\351\000t\000a\000p\000e\000\040\000:\000\040\000c\000r\000\351\000a\000t\000i\000o\000n\000\040\000d\000e\000\040\000l\000a\000\040\000v\000a\000r\000i\000a\000b\000l\000e\000\040\000c\000l\000a\000s\000s\000e\000\040\000d\000'\000\342\000g\000e}{section*.8}% 10
\BOOKMARK [2][-]{section*.11}{\376\377\000D\000e\000u\000x\000i\000\350\000m\000e\000\040\000\351\000t\000a\000p\000e\000\040\000o\000n\000\040\000r\000e\000f\000a\000i\000t\000\040\000l\000e\000s\000\040\000t\000a\000b\000l\000e\000a\000u\000x\000\040\000d\000e\000\040\000c\000o\000n\000t\000i\000n\000g\000e\000n\000c\000e\000\040\000m\000a\000i\000s\000\040\000c\000e\000t\000t\000e\000\040\000f\000o\000i\000s\000-\000c\000i\000\040\000d\000e\000\040\000m\000a\000n\000i\000\350\000r\000e\000\040\000p\000l\000u\000s\000\040\000o\000p\000t\000i\000m\000i\000s\000\351\000e}{section*.8}% 11
\BOOKMARK [2][-]{section*.12}{\376\377\000E\000t\000\040\000m\000a\000i\000n\000t\000e\000n\000a\000n\000t\000\040\000o\000n\000\040\000t\000r\000a\000c\000e\000\040\000l\000e\000s\000\040\000b\000a\000r\000p\000l\000o\000t\000s}{section*.8}% 12
\BOOKMARK [2][-]{section*.13}{\376\377\000E\000t\000\040\000m\000a\000i\000n\000t\000e\000n\000a\000n\000t\000\040\000o\000n\000\040\000p\000e\000u\000t\000\040\000o\000b\000t\000e\000n\000i\000r\000\040\000l\000e\000s\000\040\000i\000n\000t\000e\000r\000v\000a\000l\000l\000e\000s\000\040\000d\000e\000\040\000c\000o\000n\000f\000i\000a\000n\000c\000e}{section*.8}% 13
\BOOKMARK [1][-]{section*.14}{\376\377\000P\000o\000u\000r\000\040\000l\000e\000\040\000p\000r\000e\000m\000i\000e\000r\000\040\000g\000r\000o\000u\000p\000e\000\040\000d\000'\000a\000g\000e\000\040\000n\000o\000n\000\040\000f\000u\000m\000e\000u\000s\000e\000s\000\040\000d\000e\000c\000e\000d\000e\000e\000s}{}% 14
\BOOKMARK [1][-]{section*.15}{\376\377\000P\000o\000u\000r\000\040\000l\000e\000\040\000p\000r\000e\000m\000i\000e\000r\000\040\000g\000r\000o\000u\000p\000e\000\040\000d\000'\000a\000g\000e\000\040\000f\000u\000m\000e\000u\000s\000e\000s\000\040\000d\000e\000c\000e\000d\000e\000e\000s}{}% 15
\BOOKMARK [1][-]{section*.16}{\376\377\000P\000o\000u\000r\000\040\000l\000e\000\040\000d\000e\000u\000x\000i\000\350\000m\000e\000\040\000g\000r\000o\000u\000p\000e\000\040\000d\000'\000a\000g\000e\000\040\000n\000o\000n\000\040\000f\000u\000m}{}% 16
\BOOKMARK [1][-]{section*.17}{\376\377\000P\000o\000u\000r\000\040\000l\000e\000\040\000d\000e\000u\000x\000i\000\350\000m\000e\000\040\000g\000r\000o\000u\000p\000e\000\040\000d\000'\000a\000g\000e\000\040\000f\000u\000m}{}% 17
\BOOKMARK [1][-]{section*.18}{\376\377\000P\000o\000u\000r\000\040\000l\000e\000\040\000t\000r\000o\000i\000s\000i\000e\000m\000e\000\040\000g\000r\000o\000u\000p\000e\000\040\000d\000'\000a\000g\000e\000\040\000n\000o\000n\000\040\000f\000u\000m}{}% 18
\BOOKMARK [1][-]{section*.19}{\376\377\000P\000o\000u\000r\000\040\000l\000e\000\040\000t\000r\000o\000i\000s\000i\000e\000m\000e\000\040\000g\000r\000o\000u\000p\000e\000\040\000d\000'\000a\000g\000e\000\040\000f\000u\000m}{}% 19
\BOOKMARK [1][-]{section*.20}{\376\377\000P\000o\000u\000r\000\040\000l\000e\000\040\000q\000u\000a\000t\000r\000i\000e\000m\000e\000\040\000g\000r\000o\000u\000p\000e\000\040\000d\000'\000a\000g\000e\000\040\000n\000o\000n\000\040\000f\000u\000m}{}% 20
\BOOKMARK [2][-]{section*.21}{\376\377\000M\000i\000s\000s\000i\000o\000n\000\040\0003}{section*.20}% 21
\BOOKMARK [2][-]{section*.22}{\376\377\000O\000n\000\040\000c\000o\000m\000m\000e\000n\000c\000e\000\040\000p\000a\000r\000\040\000b\000i\000e\000n\000\040\000c\000o\000d\000e\000r\000\040\000l\000a\000\040\000v\000a\000r\000i\000a\000b\000l\000e\000\040\000d\000\351\000c\000\350\000s}{section*.20}% 22
\BOOKMARK [2][-]{section*.23}{\376\377\000E\000n\000s\000u\000i\000t\000e\000\040\000o\000n\000\040\000f\000a\000i\000t\000\040\000l\000a\000\040\000r\000e\000g\000r\000e\000s\000s\000i\000o\000n\000\040\000l\000o\000g\000i\000s\000t\000i\000q\000u\000e\000,\000\040\000d\000'\000a\000b\000o\000r\000d\000\040\000u\000n\000i\000v\000a\000r\000i\000a\000b\000l\000e\000.}{section*.20}% 23
\BOOKMARK [1][-]{section*.24}{\376\377\000P\000o\000u\000r\000\040\000l\000e\000\040\000t\000a\000b\000a\000c\000\040\000:}{}% 24
\BOOKMARK [1][-]{section*.25}{\376\377\000P\000o\000u\000r\000\040\000l\000'\000\342\000g\000e\000\040\000:}{}% 25
\BOOKMARK [2][-]{section*.26}{\376\377\000M\000o\000d\000\350\000l\000e\000\040\000m\000u\000l\000t\000i\000v\000a\000r\000i\000a\000b\000l\000e}{section*.25}% 26
module3/exo3/exercice_fr.pdf
View file @
8359ed76
No preview for this file type
module3/exo3/exercice_fr_files/figure-latex/representation graphique taux de mortalite-1.pdf
0 → 100644
View file @
8359ed76
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment