Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
d-morrison committed Jul 10, 2024
1 parent 68dc058 commit 7428daf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/est.incidence.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
#' pop_data = xs_data %>% filter(Country == "Pakistan"),
#' curve_params = curves,
#' noise_params = noise %>% filter(Country == "Pakistan"),
#' antigen_isos = c("HlyE_IgG", "HlyE_IgA")
#' antigen_isos = c("HlyE_IgG", "HlyE_IgA"),
#' iterlim = 5 # limit iterations for the purpose of this example
#' )
#'
#' summary(est1)
Expand Down

0 comments on commit 7428daf

Please sign in to comment.