HID_markov_3: Hypothetical Infectious Disease (HID) Markov Model with...

View source: R/HID_MarkovModel.R

HID_markov_3R Documentation

Hypothetical Infectious Disease (HID) Markov Model with transformation control

Description

Hypothetical Infectious Disease (HID) Markov Model with transformation control

Usage

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)
)

Arguments

.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 TRUE (default), the model outputs natural history data; otherwise, discounted outcomes (costs and QALYs) are returned.

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


W-Mohammed/calibrater documentation built on Oct. 14, 2023, 1:57 a.m.