From 302116c54cac25de53fe13d4b9ac1965110d7961 Mon Sep 17 00:00:00 2001 From: Amanda Minter Date: Fri, 24 Jan 2025 11:07:08 +0000 Subject: [PATCH] spell check --- episodes/vaccine-comparisons.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/vaccine-comparisons.Rmd b/episodes/vaccine-comparisons.Rmd index 917ef35..cb1fd74 100644 --- a/episodes/vaccine-comparisons.Rmd +++ b/episodes/vaccine-comparisons.Rmd @@ -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,