Skip to content

Commit

Permalink
Hide messages in output
Browse files Browse the repository at this point in the history
Fixes #26 for `simulating_transmission` and `compare_scenarios`
  • Loading branch information
amanda-minter committed Sep 21, 2023
1 parent 768b477 commit 169cc91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion episodes/compare_interventions.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ output_school <- epidemic_default_cpp(
We see that with the intervention in place, the infection still spreads through the population. To quantify the effect of the intervention we need to compare our intervention scenario to a counter factual scenario.


```{r, echo = FALSE}
```{r, echo = FALSE, message = FALSE}
polymod <- socialmixr::polymod
contact_data <- socialmixr::contact_matrix(
polymod,
Expand Down
2 changes: 1 addition & 1 deletion episodes/simulating_transmission.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ contact_matrix

## Output

```{r polymod_uk, echo = FALSE}
```{r polymod_uk, echo = FALSE, message = FALSE}
polymod <- socialmixr::polymod
contact_data <- socialmixr::contact_matrix(
polymod,
Expand Down

0 comments on commit 169cc91

Please sign in to comment.