Skip to content

Commit

Permalink
add eval false to hints, edit one question and sol
Browse files Browse the repository at this point in the history
  • Loading branch information
avallecam committed Jan 24, 2024
1 parent 2747277 commit d37e506
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions episodes/read-delays.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ Take 5 minutes:

- How many delay distributions are for the incubation period of Ebola?

- Explore the library and find the disease of interest!
- Explore the library and find the disease with the delay distribution of your interest! Do you recognize the paper?

::::::::::::::::: hint

Expand Down Expand Up @@ -348,7 +348,7 @@ The `{epiparameter}` combo of `epidist_db()` plus `list_distributions()` list al

This is a `<multi_epidist>` class object:

```{r}
```{r,eval=FALSE}
epiparameter::epidist_db(
disease = "ebola",
epi_dist = "incubation"
Expand All @@ -369,7 +369,7 @@ epiparameter::epidist_db(
)
```

Now, from the output of `epiparameter::epidist_db()`, What is an [offspring distribution](../learners/reference.md#offspringdist)?
To access the `sample_size`, review an [issue reported in the GitHub repository](https://github.com/epiverse-trace/epiparameter/issues/227) of the `{epiparameter}` package.

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

Expand Down

0 comments on commit d37e506

Please sign in to comment.