solve_lambda_vivax_delay.Rd
Solve the equation for lambda, vivax model with CM, vector control and importation
solve_lambda_vivax_delay(
h,
r,
f,
gamma,
alpha,
beta,
rho,
sigma,
p,
omega,
return.all = FALSE
)
daily incidence
blood clearance rate
relapse frequency
liver clearance rate
effective treatment probability
probability of liver clearance
observation rate
delay to treatment (1/duration of the delay)
proportion of imported cases
vector control intensity. If vector control is not the purpose of the analysis, omega can be fixed to 1.
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