R/pbcTest.R

#' @title pbcTest
#' @description PBC test set
#' Data set based on \code{pbc} from \code{randomForestSRC} package. 
#' The data consists of 138 randomly chosen observations The \code{pbcTest} contains only complete cases for each observation.
#' It contains 5 variables: `status`, `sex`, `bili`, `stage`, and `years`.
#' 
#' @source randomForestSRC
#' @references Flemming T.R and Harrington D.P., (1991) Counting Processes and Survival Analysis. New York: Wiley.
#' @name pbcTest
#' @docType data
#' 
#' @examples
#' data("pbcTest", package = "survxai")
#' head(pbcTest)
NULL
MI2DataLab/survxai documentation built on Sept. 10, 2022, 12:03 a.m.