Skip to content

Commit

Permalink
spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-minter committed Jan 24, 2025
1 parent bf4abdb commit 302116c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/vaccine-comparisons.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ ifr <- c(0.00001, 0.001, 0.4)
names(ifr) <- rownames(contact_matrix)
```

To convert infections to deaths, we will need new infections by age group, so we call `new_infections()` with `by_group = TRUE` and then mutiple the new infections by the IFR for that age group:
To convert infections to deaths, we will need new infections by age group, so we call `new_infections()` with `by_group = TRUE` and then multiple the new infections by the IFR for that age group:

```{r}
vaccinate_group_1_age <- new_infections(output_vaccinate_group_1,
Expand Down

0 comments on commit 302116c

Please sign in to comment.