View source: R/HID_MarkovModel.R
HID_markov | R Documentation |
Hypothetical Infectious Disease (HID) Markov Model
HID_markov(
.v_params_ = NULL,
calibrate_ = TRUE,
mu_e = 0.04,
mu_l = 0.15,
mu_t = 0.016,
p = 0.12,
r_l = 0.41,
rho = 0.53,
b = 0.21
)
.v_params_ |
a named vector of model parameters in the following order: "mu_e", "mu_l", "mu_t", "p", "r_l", "r_e", "rho", "b", "c". |
calibrate_ |
If |
mu_e |
Cause-specific mortality rate with early-stage disease |
mu_l |
Cause-specific mortality rate with late-stage disease |
mu_t |
Cause-specific mortality rate on treatment |
p |
Transition rate from early to late-stage disease |
r_l |
Rate of uptake onto treatment (r_l = late-stage disease) |
rho |
Effective contact rate |
b |
Fraction of population in at-risk group |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.