Learn R Programming

survxai (version 0.2.2)

pbcTest: pbcTest

Description

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`.

Arguments

References

Flemming T.R and Harrington D.P., (1991) Counting Processes and Survival Analysis. New York: Wiley.

Examples

Run this code
# NOT RUN {
data("pbcTest", package = "survxai")
head(pbcTest)
# }

Run the code above in your browser using DataLab