From a9288ca2bbab737657b4c14a1624ef2b4d866141 Mon Sep 17 00:00:00 2001 From: 2f7a8b467af3e621b5ee59296c5a8e6c <2f7a8b467af3e621b5ee59296c5a8e6c@app-learninglab.inria.fr> Date: Wed, 8 Jun 2022 12:45:08 +0000 Subject: [PATCH] Module 3 update .md --- journal/DS logbook.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/journal/DS logbook.md b/journal/DS logbook.md index d7bb587..61d14c1 100644 --- a/journal/DS logbook.md +++ b/journal/DS logbook.md @@ -172,3 +172,34 @@ * f. Reading the documentation and cheat sheets Jupyter installation and configuration + +# Module 3 +## Quiz 12 (2/2) +1. What distinguishes a replicable data analysis from a traditional analysis? + *Answer* +* b. The code for all computations is included + + +2. What are the advantages of a replicable analysis? What are the advantages of a replicable analysis? + *Answer* +* a. It is easier to prepare b. It is easier to modify +* d. It is easier to verify + +## Quiz 13 (4/4) +1. Where do the data on the incidence of influenza-like illness come from?. + *Answer* +* a. From the “réseau Sentinelles”, a network of general practitioners + +2. In which format are the data avialable? + *Answer* +* b. CSV format + +3. Which is the sampling frequency of the incidence data? + *Answer* +* c. One value per week + +4. Why do we advise against removing the missing data line from the downloaded data file? + *Answer* +* b. It would leave no visible trace of the manipulation + +Data import-Jupyter \ No newline at end of file -- 2.18.1