Skip to content

Commit 84a21a6

Browse files
committedSep 27, 2024
better exercise 9
1 parent 29ccf56 commit 84a21a6

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed
 

‎exercise-09/README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -52,24 +52,26 @@ Predict the number of days from the first case of Covid-19 to a national lockdow
5252

5353
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.
5454

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.
5656

5757
### 5. Diagnose a linear regression model
5858

5959
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.
6060

6161
## Submission instructions
6262

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.
6464

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.
6666

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.
7068

7169
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.
7270

71+
## Deadline
72+
73+
Please fill in your answers and email me your code __before our next class__.
74+
7375
---
7476

7577
Thanks a lot for your work!

0 commit comments

Comments
 (0)