You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: exercise-09/README.md
+8-6
Original file line number
Diff line number
Diff line change
@@ -52,24 +52,26 @@ Predict the number of days from the first case of Covid-19 to a national lockdow
52
52
53
53
Use the distribution of both predictors to determine whether they might benefit from a logarithmic transformation, and if relevant, estimate several models, and select the one that performs best.
54
54
55
-
Write your code in Section 4 of the answers script, and __answer Questions 4.1 and 4.2__ in that section, writing your answers at the top of the script as short paragraphs of maximum 3 lines. Round any non-integer numbers to 2 digits max.
55
+
Write your code in Section 4 of the answers script, and __answer Questions 4.1 to 4.4__ in that section, writing your answers at the top of the script as short paragraphs of maximum 3 lines. Round any non-integer numbers to 2 digits max.
56
56
57
57
### 5. Diagnose a linear regression model
58
58
59
59
Run further diagnostics on the best linear model that you identified at Step 4, and __answer Questions 5.1 and 5.2__ at the end of that section, with code to show how you obtained your results. Round non-integer numbers to 2 digits max.
60
60
61
61
## Submission instructions
62
62
63
-
Please [email me](mailto:francois.briatte@sciencespo.fr) your group's answers as a single R script called `exercise-09-Group-01.r`, where `01` is your group number, as stated in the groups spreadsheet on Google Drive.
63
+
Please [email me](mailto:francois.briatte@sciencespo.fr) your group's answers as a single R script called `exercise-09-Group-X.r`, where `X` is your group number, as stated in the groups spreadsheet on Google Drive.
64
64
65
-
Please send me that email __at most 10 days after the class during which you received this exercise__.
65
+
You do _not_ need to also attach the data and/or the rest of the `exercise-09` folder -- your code will be enough.
66
66
67
-
You do _not_ need to also attach the data and/or the rest of the `exercise-09` folder -- the answers will be enough.
68
-
69
-
Use the email subject __"DSR: Answers to Exercise 9, Group 01"__, where `01` once again designates your group number. That information should also appear at the top of your script, in the code header.
67
+
Use the email subject __"DSR: Answers to Exercise 9, Group X"__, where `X` once again designates your group number. That information should also appear at the top of your script, in the code header.
70
68
71
69
Make sure to complete the rest of the code header with your feedback. I'm interested in what you feel you have and have _not_ understood so far in the course, and what you find most difficult with it. Feedback on the exercise is also naturally welcome.
72
70
71
+
## Deadline
72
+
73
+
Please fill in your answers and email me your code __before our next class__.
0 commit comments