randomForestSRC (version 3.2.3)

follic: Follicular Cell Lymphoma

Description

Competing risk data set involving follicular cell lymphoma.

Arguments

Format

A data frame containing:

ageage
hgbhemoglobin (g/l)
clinstgclinical stage: 1=stage I, 2=stage II
chchemotherapy
rtradiotherapy
timefirst failure time
statuscensoring status: 0=censored, 1=relapse, 2=death

References

Pintilie M., (2006) Competing Risks: A Practical Perspective. West Sussex: John Wiley and Sons.

Examples

Run this code
# \donttest{
data(follic, package = "randomForestSRC")
follic.obj <- rfsrc(Surv(time, status) ~ ., follic, nsplit = 3, ntree = 100)
# }

Run the code above in your browser using DataLab