powered by
randomForestSRC::rfsrc
pbc
Ishwaran H. and Kogalur U.B. (2007). Random survival forests for R. R News 7(2), 25-31.
Ishwaran H., Kogalur U.B., Blackstone E.H. and Lauer M.S. (2008). Random survival forests. Ann. Appl. Statist. 2(3), 841-860.
## Examples from randomForestSRC::rfsrc ## data(pbc, package = "randomForestSRC") pbc_rf <- rfsrc(Surv(days, status) ~ ., pbc, nsplit = 10) print(pbc_rf) plot.gg_error(pbc_rf) plot.gg_rfsrc(pbc_rf)
Run the code above in your browser using DataLab