R/malaria-SIPmav3.R
make_Xpar_SIPmav3.Rd
Make parameters for SIPmav3_xde human model, with defaults
make_Xpar_SIPmav3(
nStrata,
Xopts = list(),
mod_b = "b",
b_opts = list(b = 0.55),
mod_c = "c",
c_opts = list(c = 0.15),
mod_r = "r",
r_opts = list(r = 1/180),
mod_lm = "d",
lm_opts = list(d = 0.7),
mod_pcr = "d",
pcr_opts = list(d = 0.9),
mod_rdt = "d",
rdt_opts = list(d = 0.7),
mod_severe_h = "p",
severe_h_opts = list(p = 1/500),
mod_severe_x = "rate",
severe_x_opts = list(rate = 1/365/5),
mod_moderate_h = "p",
moderate_h_opts = list(p = 1/50),
mod_moderate_x = "rate",
moderate_x_opts = list(rate = 1/730),
mod_mild_h = "p",
mild_h_opts = list(p = 1/10),
mod_mild_x = "rate",
mild_x_opts = list(rate = 1/50),
mod_treat = "p3",
treat_opts = list(p_sev = 0.95, p_mod = 0.1, p_mild = 0.01),
mod_xi = "val",
xi_opts = list(scale = 0),
mod_seek_care = "val",
care_seeking_opts = list(val = 0),
mod_other_fever = "val",
other_fever_opts = list(val = 0),
mod_mda = "val",
mda_opts = list(val = 0),
mod_msat = "val",
msat_opts = list(val = 0),
eta = 1/25
)
the number of population strata
a list that could overwrite defaults
a string, the S3 class name for F_infect
a list: options for setup_F_infect
a string, the S3 class name for F_transmit
a list: options for setup_F_transmit
a string, the S3 class name for F_clear
a list: options for setup_F_clear
a string, the S3 class name for F_detect for light microscopy
a list: options for setup_F_detect
a string, the S3 class name for F_detect for PCR
a list: options for setup_F_detect
a string, the S3 class name for F_detect for RDT
a list: options for setup_F_detect
a string, the S3 class name for F_incidence_h for severe malaria
a list: options for setup_F_incidence_h
a string, the S3 class name for F_incidence_x for severe malaria
a list: options for setup_F_incidence_x
a string, the S3 class name for F_incidence_h for moderate malaria
a list: options for setup_F_incidence_h
a string, the S3 class name for F_incidence_x for moderate malaria
a list: options for setup_F_incidence_x
a string, the S3 class name for F_incidence_h for mild malaria
a list: options for setup_F_incidence_h
a string, the S3 class name for F_incidence_x for mild malaria
a list: options for setup_F_incidence_x
a string, the S3 class name for treating malaria
a list: options for treating malaria
a string, the S3 class name for background drug taking
a list: options for setup_F_incidence_x
a string, the S3 class name for care seeking
a list: options to set up care seeking
a string, the S3 class name for other fever
a list: options to set up other fever
a string, the S3 class name for mass drug administration
a list: options to set up mass drug administration
a string, the S3 class name for mass screen and treat
a list: options to set up mass screen and treat
rate of loss of chemo-protection
a list