View source: R/VivaxFunctionsRCD.R
solve_lambda_vivax_rcd_referral | R Documentation |
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
)
h |
daily incidence |
h1 |
daily incidence, directly detected cases |
r |
blood clearance rate |
f |
relapse frequency |
gamma |
liver clearance rate |
alpha |
effective treatment probability |
beta |
probability of liver clearance |
sigma |
delay to treatment (1/duration of the delay) |
rho |
observation rate |
p |
proportion of imported cases |
omega |
vector control intensity. If vector control is not the purpose of the analysis, omega can be fixed to 1. |
iota |
RCD parameter: maximum number of index cases investigated per population per unit of time |
nu |
RCD parameter: number of secondary cases investigated per index case |
tau |
RCD parameter: targeting ratio of the RCD |
eta |
RCD parameter: probability that an investigated cases is detected (symptoms, test sensitivity, etc.) |
return.all |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.