SS_MicroSim: Sick-Sicker (SS) Micro-simulation model

View source: R/SickSicker_MarkovModel.R

SS_MicroSimR Documentation

Sick-Sicker (SS) Micro-simulation model

Description

Sick-Sicker (SS) Micro-simulation model

Usage

SS_MicroSim(
  .v_params_ = NULL,
  calibrate_ = TRUE,
  n_i = 10000,
  p_S1S2 = 0.105,
  hr_S1 = 3,
  hr_S2 = 10
)

Arguments

.v_params_

A vector of named vector with values to replace default model parameter values (usually those that require calibration).

calibrate_

If TRUE (default), the model outputs natural history data; otherwise, discounted outcomes (costs and QALYs) are returned.

n_i

Number of individuals to simulate

p_S1S2

Probability to become sicker when sick

hr_S1

Hazard ratio of death in sick vs healthy

hr_S2

Hazard ratio of death in sicker vs healthy


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