haiti1_joint | R Documentation |
Generate a class ‘pomp’ object for fitting to epidemic/endemic Haiti cholera data jointly.
haiti1_joint(
vacscen = "id0",
breakpoint = 232,
rho_flag = FALSE,
tau_flag = TRUE,
sig_sq_flag = TRUE,
beta_flag = FALSE,
nu_flag = FALSE
)
vacscen |
ID code for vaccination scenario |
breakpoint |
the week number at which to start re-estimation |
rho_flag |
boolean indicating whether to re-estimate |
tau_flag |
boolean indicating whether to re-estimate |
sig_sq_flag |
boolean indicating whether to re-estimate |
beta_flag |
boolean indicating whether to re-estimate |
nu_flag |
boolean indicating whether to re-estimate |
An object of class ‘pomp’
## Not run:
m1 <- haiti1_joint(
vacscen = "id0", breakpoint = 232, rho_flag = T,
tau_flag = F, sig_sq_flag = T, beta_flag = F, nu_flag = F
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.