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

View source: R/CRS_MarkovModel.R

CRS_markovR Documentation

Cancer Relative Survival (CRS) 3-State Markov Model

Description

Cancer Relative Survival (CRS) 3-State Markov Model

Usage

CRS_markov(
  .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

A numeric representing the probability of contracting cancer.

p_DieMets

A numeric representing the probability of dying from cancer.

calibrate_

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


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