View source: R/HID_MarkovModel.R
HID_markov_3 | R Documentation |
Hypothetical Infectious Disease (HID) Markov Model with transformation control
HID_markov_3(
.v_params_ = NULL,
calibrate_ = TRUE,
transform_ = TRUE,
mu_e = log(0.04),
mu_l = log(0.15),
mu_t = log(0.016),
p = log(0.12),
r_l = log(0.41),
rho = log(0.53),
b = calibR::prob_to_logit(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 |
transform_ |
Expect transformed parameters and therefore back-transform them before they go into the model |
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.