SS_markov: Sick-Sicker (SS) Markov model

View source: R/SickSicker_MarkovModel.R

SS_markovR Documentation

Sick-Sicker (SS) Markov model

Description

Sick-Sicker (SS) Markov model

Usage

SS_markov(.v_params_, calibrate_ = TRUE, 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.

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.