Skip to content

Commit

Permalink
fix chunk issue
Browse files Browse the repository at this point in the history
  • Loading branch information
avallecam committed Nov 21, 2024
1 parent 1287f19 commit b51a008
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions episodes/superspreading-simulate.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ epiparameter::epiparameter_db(epi_name = "serial interval") %>%

:::::::::::::: solution

```{r,message=FALSE,warning=FALSE warning=FALSE, r,message=FALSE}
```{r,message=FALSE,warning=FALSE warning=FALSE}
# load packages -----------------------------------------------------------
library(epiparameter)
Expand Down Expand Up @@ -880,10 +880,6 @@ Check how these estimates vary non-linearly with respect to the mean reproductio

<!-- Calculate the probability a new Mpox case will lead to a large outbreak in the absence of control measures. Use the appropriate package to access delay data from previous outbreaks. -->

```r
library(superspreading)
```

```{r,message=FALSE,warning=FALSE,echo=FALSE,eval=FALSE}
# estimate probability to contain
superspreading::probability_contain(
Expand All @@ -902,10 +898,6 @@ superspreading::probability_epidemic(
)
```

```r
library(superspreading)
```

```{r,message=FALSE,warning=FALSE,echo=FALSE,eval=FALSE}
# estimate probability to contain
superspreading::probability_contain(
Expand Down

0 comments on commit b51a008

Please sign in to comment.