solve_lambda_vivax_rcd.Rd
Solve the equation for lambda, vivax with CM, vector control, RCD and importation
solve_lambda_vivax_rcd(
h,
h1,
r,
f,
gamma,
alpha,
beta,
rho,
p,
omega,
iota,
nu,
tau,
eta,
return.all = FALSE
)
daily incidence
daily incidence, directly detected cases
blood clearance rate
relapse frequency
liver clearance rate
effective treatment probability
probability of liver clearance
observation rate
proportion of imported cases
vector control intensity. If vector control is not the purpose of the analysis, omega can be fixed to 1.
RCD parameter: maximum number of index cases investigated per population per unit of time
RCD parameter: number of secondary cases investigated per index case
RCD parameter: targeting ratio of the RCD
RCD parameter: probability that an investigated cases is detected (symptoms, test sensitivity, etc.)
if TRUE, returns lambda, I and delta. If FALSE, returns only lambda
If return.all=TRUE, returns a list with lambda, I and delta. If return.all=FALSE, returns only a lambda value