R/data.R

#' Costs in transition matrix format
#'
#' @format A 7-by-15 matrix
#' \describe{
#'   \item{rows}{from state}
#'   \item{columns}{to state}
#'   ...
#' }
"bcg_cost"

#' Costs in transition matrix format
#'
#' @format A 3-by-7 matrix
#' \describe{
#'   \item{rows}{from state}
#'   \item{columns}{to state}
#'   ...
#' }
"cost"

#' Probabilities in transition matrix format
#'
#' @format A 7-by-15 matrix
#' \describe{
#'   \item{rows}{from state}
#'   \item{columns}{to state}
#'   ...
#' }
"bcg_probs"

#' Probabilities in transition matrix format
#'
#' @format A 3-by-7 matrix
#' \describe{
#'   \item{rows}{from state}
#'   \item{columns}{to state}
#'   ...
#' }
"probs"

#' Utility in transition matrix format
#'
#' @format A 7-by-15 matrix
#' \describe{
#'   \item{rows}{from state}
#'   \item{columns}{to state}
#'   ...
#' }
"bcg_utility"
n8thangreen/CEdecisiontree documentation built on Sept. 13, 2022, 5:25 a.m.