R/data.R

#' MRCC data
#'
#' A dataset containing survival times of individuals undergoing metastatic renal cell carcinoma
#'
#' @format A dataframe with 46 rows and 4 variables:
#' \describe{
#'   \item{study}{Study name}
#'   \item{outcome}{OS overall survival or PFS progression free survival}
#'   \item{treatment}{Treatment name}
#'   \item{filepath}{Location of file}
#' }
#'
#'
"mrcc_big"

#'
#' A dataset containing survival times of individuals undergoing metastatic renal cell carcinoma
#'
#' @format A dataframe with 4 rows and 4 variables:
#' \describe{
#'   \item{study}{Study name}
#'   \item{outcome}{OS overall survival or PFS progression free survival}
#'   \item{treatment}{Treatment name}
#'   \item{filepath}{Location of file}
#' }
#'
#'
"mrcc_small"
certara/survivalnma documentation built on Oct. 17, 2020, 12:34 a.m.