PBC test set Data set based on pbc from randomForestSRC package. The data consists of 138 randomly chosen observations The 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.

Examples

data("pbcTest", package = "survxai") head(pbcTest)
#> status sex bili stage years #> 2 0 1 1.1 3 12.328767 #> 3 1 0 1.4 4 2.772603 #> 4 1 1 1.8 4 5.273973 #> 5 0 1 3.4 3 4.120548 #> 8 1 1 0.3 3 6.756164 #> 9 1 1 3.2 2 6.575342