Skip to content

Commit

Permalink
updated arguments to probability_contain in epidemic_risk vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlambert committed Jan 9, 2024
1 parent 452e4f9 commit d781687
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions vignettes/epidemic_risk.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,7 @@ prob_contain <- apply(contain_params, 1, function(x) {
R = x[["R"]],
k = x[["k"]],
num_init_infect = x[["num_init_infect"]],
control = x[["control"]],
control_type = "population",
stochastic = TRUE,
case_threshold = 100
pop_control = x[["control"]]
)
})
contain_params <- cbind(contain_params, prob_contain)
Expand Down

0 comments on commit d781687

Please sign in to comment.