Skip to content

Commit 7a9afa0

Browse files
committed
update section two
1 parent 492fac0 commit 7a9afa0

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

instructors/02-practical-tutors.qmd

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Within your room, Write your answers to these questions:
7878
- For the incubation period, steps are similar to generation time.
7979
- Add generation time and delays using the {EpiNow2} helper functions in `EpiNow2::epinow()`.
8080
- Run `EpiNow2::epinow()` and print the summary and plot outputs.
81-
- Interpret and reply to questions.
81+
- Paste the outputs. Reply to questions.
8282

8383
### Inputs
8484

@@ -356,6 +356,16 @@ Within your room, Write your answers to these questions:
356356
- Interpret: How would you communicate these results to a decision-maker?
357357
- Compare: What differences do you identify from other room outputs? (if available)
358358

359+
**Steps:**
360+
361+
- Open the file `02-practical-activity-2.R`.
362+
- Paste the URL link as a string to read input data.
363+
- Fill in the argument to plot an incidence curve.
364+
- Evaluate if the input data format needs adaptation to {cfr}.
365+
- Access to the probability distribution for the delay from case onset to death.
366+
- Evaluate if you need to keep dates or omit using `dplyr::filter()`.
367+
- Estimate the naive and delay-adjusted CFR.
368+
- Paste the outputs. Reply to questions.
359369

360370
### Inputs
361371

@@ -369,10 +379,6 @@ Within your room, Write your answers to these questions:
369379

370380
::: {.content-visible when-format="docx"}
371381

372-
### Your Code
373-
374-
Use the file `02-practical-activity-2.R`.
375-
376382

377383
### Your Answers
378384

instructors/files/02-practical-tutors.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Within your room, Write your answers to these questions:
5757
- Add generation time and delays using the {EpiNow2} helper functions in
5858
`EpiNow2::epinow()`.
5959
- Run `EpiNow2::epinow()` and print the summary and plot outputs.
60-
- Interpret and reply to questions.
60+
- Paste the outputs. Reply to questions.
6161

6262
### Inputs
6363

@@ -459,6 +459,18 @@ Within your room, Write your answers to these questions:
459459
- Compare: What differences do you identify from other room outputs? (if
460460
available)
461461

462+
**Steps:**
463+
464+
- Open the file `02-practical-activity-2.R`.
465+
- Paste the URL link as a string to read input data.
466+
- Fill in the argument to plot an incidence curve.
467+
- Evaluate if the input data format needs adaptation to {cfr}.
468+
- Access to the probability distribution for the delay from case onset
469+
to death.
470+
- Evaluate if you need to keep dates or omit using `dplyr::filter()`.
471+
- Estimate the naive and delay-adjusted CFR.
472+
- Paste the outputs. Reply to questions.
473+
462474
### Inputs
463475

464476
| Room | Data | Action to data input | Link |

0 commit comments

Comments
 (0)