Skip to content

Commit

Permalink
add detail to challenges
Browse files Browse the repository at this point in the history
  • Loading branch information
avallecam committed Mar 28, 2024
1 parent 6749c76 commit c5d5c0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions episodes/delays-reuse.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ distribution[[4]]$metadata$inference_method

Take 2 minutes to explore the `{epiparameter}` library.

Search for delay distributions of your disease of interest (e.g., Influenza) and a specific delay distribution (e.g., the incubation period).
**Choose** a disease of interest (e.g., Influenza, Measles, etc.) and a delay distribution (e.g., the incubation period, onset to death, etc.).

Find:

Expand Down Expand Up @@ -408,7 +408,7 @@ Now, we have an epidemiological parameter we can reuse! We can replace the **sum

Let's assign this `<epidist>` class object to the `covid_serialint` object.

```{r}
```{r,message=FALSE}
covid_serialint <-
epiparameter::epidist_db(
disease = "covid",
Expand Down Expand Up @@ -592,7 +592,7 @@ For Ebola:

An informative delay should measure the time from symptom onset to recovery or death.

Find a way to access the whole `{epiparameter}` database and find how that delay may be stored.
Find a way to access the whole `{epiparameter}` database and find how that delay may be stored. The `list_distributions()` output is a dataframe.

::::::::::::::::::::::

Expand Down

0 comments on commit c5d5c0e

Please sign in to comment.