PBC train set
Data set based on pbc
from randomForestSRC
package.
The data consists of 138 randomly chosen observations The pbcTrain
contains only complete cases for each observation.
It contains 5 variables: `status`, `sex`, `bili`, `stage`, and `years`.
randomForestSRC
Flemming T.R and Harrington D.P., (1991) Counting Processes and Survival Analysis. New York: Wiley.
data("pbcTrain", package = "survxai") head(pbcTrain)#> status sex bili stage years #> 90 1 0 1.6 2 7.367123 #> 250 0 1 0.6 4 4.846575 #> 130 1 1 17.4 3 3.871233 #> 277 0 1 1.0 3 3.928767 #> 291 0 1 3.2 4 2.468493 #> 15 1 1 0.8 3 9.819178