diff --git a/journal/Readme.md b/journal/Readme.md index c2b7953cf6cdfd3fb16cc838b4fcd9a8c68fa700..7b3aca9fbb10d05f44f5b26e7834a5807162d107 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