We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a933f commit 51dce0cCopy full SHA for 51dce0c
R/impact_central.R
@@ -4,6 +4,8 @@ get_raw_impact_details <- function(con, meta1, burden_outcome, is_under5 = FALSE
4
stopifnot(burden_outcome %in% c("deaths", "cases", "dalys", "yll",
5
"deaths_cwyx", "cases_cwyx", "dalys_cwyx", "yll_cwyx")) # _cwyx outcomes are MenA specific.
6
stopifnot(is_under5 %in% c(TRUE, FALSE))
7
+ meta1$burden_outcome <- gsub("rubella_deaths_congenital", "deaths", meta1$burden_outcome)
8
+ meta1$burden_outcome <- gsub("rubella_cases_congenital", "cases", meta1$burden_outcome)
9
10
# determine whether a recipe is for routine or campaign vaccine delivery
11
# routine or campaign matters for method2a in terms of the shape of burden estimates to extract
0 commit comments