From 245a0fb163e91e463323a82243a2dbbe0aa4aefa Mon Sep 17 00:00:00 2001 From: c4489d0ac1b4dc0c3726033b10607283 Date: Mon, 6 Jun 2022 22:22:46 +0000 Subject: [PATCH] update module 3, unfinished --- journal/Readme.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/journal/Readme.md b/journal/Readme.md index c2b7953..7b3aca9 100644 --- a/journal/Readme.md +++ b/journal/Readme.md @@ -195,4 +195,34 @@ There are the same features for both languages - Use keywords to facilitate indexing and navigation - Think about who the information is intended for (yourself, a colleague, your advisor, ...) +## Module 3, June 7 2022 + +**Quiz 12** + +*What distinguishes a replicable data analysis from a traditional analysis?* + +The code for all computations is included + +*What are the advantages of a replicable analysis?* + +- It is easier to modify +- It is easier to verify + +**Quiz 13** + +*Where do the data on the incidence of influenza-like illness come from?* + +From the “réseau Sentinelles”, a network of general practitioners + +*In which format are the data avialable?* + +CSV format + +*Which is the sampling frequency of the incidence data?* + +One value per week + +*Why do we advise against removing the missing data line from the downloaded data file?* + +It would leave no visible trace of the manipulation -- 2.18.1