CRS_markov_2: Cancer Relative Survival (CRS) 3-State Markov Model

View source: R/CRS_MarkovModel.R

CRS_markov_2R Documentation

Cancer Relative Survival (CRS) 3-State Markov Model

Description

Cancer Relative Survival (CRS) 3-State Markov Model

Usage

CRS_markov_2(
  .v_params_ = NULL,
  p_Mets = 0.1,
  p_DieMets = 0.05,
  calibrate_ = TRUE
)

Arguments

.v_params_

A vector of named vector with values to replace p_Mets and p_DieMets default values.

p_Mets

probability to become sicker when sick.

p_DieMets

hazard ratio of death in sick vs healthy.

calibrate_

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

Trt

Treatment, Zero (no treatment) and One (treatment)


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