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
2436ecc7fc5a95213b924aaa1c93ae41
mooc-rr
Commits
89ff1e9a
Commit
89ff1e9a
authored
Jun 08, 2022
by
2436ecc7fc5a95213b924aaa1c93ae41
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update fichier-markdown.md
parent
d07d2480
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
65 additions
and
2 deletions
+65
-2
fichier-markdown.md
Jorunal /fichier-markdown.md
+65
-2
No files found.
Jorunal /fichier-markdown.md
View file @
89ff1e9a
...
...
@@ -143,7 +143,7 @@ Liste numérotée
```
# __MODULE 2_
# __MODULE 2_
_
## QUIZ 06
...
...
@@ -232,7 +232,7 @@ Use multiple languages to perform computations (even if it may require some work
## QUIZ P
01
## QUIZ P01
1.
What does an environment like Jupyter provide in comparison to working in the Python console or running R scripts directly?
...
...
@@ -256,9 +256,72 @@ Learning keyboard shortcuts
Reading the documentation and cheat sheets
## QUIZ 12
1.
What distinguishes a replicable data analysis from a traditional analysis?
The code for all computations is included
2.
What are the advantages of a replicable analysis? What are the advantages of a replicable analysis?
It is easier to modify
It is easier to verify
## QUIZ 13
1.
Where do the data on the incidence of influenza-like illness come from?.
From the “réseau Sentinelles”, a network of general practitioners
2.
In which format are the data avialable?
CSV format
3.
Which is the sampling frequency of the incidence data?
One value per week
4.
Why do we advise against removing the missing data line from the downloaded data file?
It would leave no visible trace of the manipulation
## QUIZ P04
1.
Where did we find the URL for downloading the data?
In the Web browser’s download history
2.
How do we handle missing data?
We remove the data points before continuing with the analysis
## QUIZ P07
1.
Why do we have to transform the week labels?
Pandas cannot interpret the format of the original data
2.
What's the point of checking that the distance between two consecutive weeks is seven days?
The check would find weeks completely absent from the dataset
The check could have identified mistakes in the date conversion
3.
Which methods did we use to verify our work?
Visual inspection
Code written specifically for verification
## QUIZ P10
1.
Why did we choose the first of August as the beginning of each annual period?
The incidence of influenza-like illness is weakest around that date
2.
Why don’t our annual periods contain exactly 52 weeks?
A year has always more than 7 x 52 days
...
...
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