solve_lambda_vivax_rcd_referral.Rd
Solve the equation for lambda, vivax with delay in treatment, vector control, RCD (referral) and importation
solve_lambda_vivax_rcd_referral(
h,
h1,
r,
f,
gamma,
alpha,
beta,
sigma,
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
delay to treatment (1/duration of the delay)
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, delta and iota_star. If return.all=FALSE, returns only a lambda value