HID_markov: Hypothetical Infectious Disease (HID) Markov Model

View source: R/HID_MarkovModel.R

HID_markovR Documentation

Hypothetical Infectious Disease (HID) Markov Model

Description

Hypothetical Infectious Disease (HID) Markov Model

Usage

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
)

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.

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.