R/data_init_params.R

#' Base-case parameter set
#'
#' A dataset with the base-case parameter set.
#' @format A data frame with 1 rows and 19 variables:
#' \describe{
#'   \item{c_H}{Annual cost for healthy individuals}
#'   \item{c_S1}{Annual cost for sick individuals in S1}
#'   \item{c_S2}{Annual cost for sick individuals in S2}
#'   \item{c_D}{Annual cost for dead individuals}
#'   \item{c_Trt}{Additional costs of sick individuals treated in S1 or S2}
#'   \item{u_H}{Utility for healthy individuals}
#'   \item{u_S1}{Utility for sick individuals in S1}
#'   \item{u_S2}{Utility for sick individuals in S1}
#'   \item{u_D}{Utility for dead individuals}
#'   \item{u_Trt}{Utility for treated individuals in S1}
#'   \item{p_HS1}{Annual transition probability of disease onset (H to S1)}
#'   \item{p_S1H}{Annual transition probability of recovery (S1 to H)}
#'   \item{p_S1S2}{Annual transition probability of disease progression (S1 to S2)}
#'   \item{hr_S1}{Hazard rate ratio of death in S1 vs H}
#'   \item{hr_S2}{Hazard rate ratio of death in S2 vs H}
#'   \item{n_age_init}{Initial age of the population}
#'   \item{n_t}{Time horizon in years}
#'   \item{d_c}{Annual discount rate for costs}
#'   \item{d_e}{Annual discount rate for effectiveness}
#' }
"df_params_init"
DARTH-git/darthpack documentation built on March 10, 2024, 3:31 p.m.