Skip to content

Commit dfa036c

Browse files
committed
update link to data
1 parent 715eeaa commit dfa036c

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

instructors/02-practical-tutors.qmd

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@ Estimate the _naive CFR (nCFR)_ and _delay-adjusted CFR (aCFR)_ using the follow
365365
- Fill in the argument to plot an incidence curve.
366366
- Evaluate if the input data format needs adaptation to {cfr}.
367367
- Access to the probability distribution for the delay from case onset to death.
368-
- Evaluate if you are requested to keep dates or omit using `dplyr::filter()`.
369368
- Estimate the naive and delay-adjusted CFR.
370369
- Paste the outputs. Reply to questions.
371370

@@ -381,11 +380,11 @@ Within your room, Write your answers to these questions:
381380

382381
### Inputs
383382

384-
| Room | Data | Action on data input | Link |
383+
| Room | Data | Feature input | Link |
385384
|---|---|---|---|
386-
| 1 | COVID-19 Diamond Princess | Keep dates before March 1st | <https://epiverse-trace.github.io/tutorials-middle/data/diamond_70days.rds> |
387-
| 2 | COVID-19 Diamond Princess | Estimate from a complete time series | <https://epiverse-trace.github.io/tutorials-middle/data/diamond_70days.rds> |
388-
| 3 | MERS Korea 2015 | Adapt from incidence to {cfr} | <https://epiverse-trace.github.io/tutorials-middle/data/mers_linelist.rds> |
385+
| 1 | COVID-19 Diamond Princess | Time serie before March 1st | <https://epiverse-trace.github.io/tutorials-middle/data/diamond_25days.rds> |
386+
| 2 | COVID-19 Diamond Princess | Complete time series of deaths among cases | <https://epiverse-trace.github.io/tutorials-middle/data/diamond_70days.rds> |
387+
| 3 | MERS Korea 2015 | Requires adaptation to {cfr} | <https://epiverse-trace.github.io/tutorials-middle/data/mers_linelist.rds> |
389388

390389

391390

instructors/_welcome.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Welcome!
44

55
| **Roll call** (Confirm you can edit) |
66
|---|
7-
| - Your name + Find an emoji writing only a double-colon “**:**|
7+
| - Your name + Find an emoji writing only a double-colon “**:** (+ Add room number) |
88

99
# Read This First
1010

instructors/files/02-practical-tutors.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,6 @@ the following inputs:
479479
- Evaluate if the input data format needs adaptation to {cfr}.
480480
- Access to the probability distribution for the delay from case onset
481481
to death.
482-
- Evaluate if you are requested to keep dates or omit using
483-
`dplyr::filter()`.
484482
- Estimate the naive and delay-adjusted CFR.
485483
- Paste the outputs. Reply to questions.
486484

@@ -500,11 +498,11 @@ Within your room, Write your answers to these questions:
500498

501499
### Inputs
502500

503-
| Room | Data | Action on data input | Link |
501+
| Room | Data | Feature input | Link |
504502
|----|----|----|----|
505-
| 1 | COVID-19 Diamond Princess | Keep dates before March 1st | <https://epiverse-trace.github.io/tutorials-middle/data/diamond_70days.rds> |
506-
| 2 | COVID-19 Diamond Princess | Estimate from a complete time series | <https://epiverse-trace.github.io/tutorials-middle/data/diamond_70days.rds> |
507-
| 3 | MERS Korea 2015 | Adapt from incidence to {cfr} | <https://epiverse-trace.github.io/tutorials-middle/data/mers_linelist.rds> |
503+
| 1 | COVID-19 Diamond Princess | Time serie before March 1st | <https://epiverse-trace.github.io/tutorials-middle/data/diamond_25days.rds> |
504+
| 2 | COVID-19 Diamond Princess | Complete time series of deaths among cases | <https://epiverse-trace.github.io/tutorials-middle/data/diamond_70days.rds> |
505+
| 3 | MERS Korea 2015 | Requires adaptation to {cfr} | <https://epiverse-trace.github.io/tutorials-middle/data/mers_linelist.rds> |
508506

509507
### Solution
510508

0 commit comments

Comments
 (0)