We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f118904 commit 1572638Copy full SHA for 1572638
1 file changed
episodes/modelling-interventions.Rmd
@@ -464,7 +464,7 @@ infections_intervention <- epidemics::new_infections(
464
infections_baseline$scenario <- "Baseline"
465
infections_intervention$scenario <- "Vaccination"
466
467
-# Combine the data from both scenarios
+# Combine data from both scenarios
468
infections_baseline_intervention <- dplyr::bind_rows(
469
infections_baseline,
470
infections_intervention
0 commit comments