print.rsf {randomSurvivalForest} | R Documentation |
Print summary output from Random Survival Forests analysis. Note that this is the default print method for the package.
print.rsf(x, ...)
x |
An object of class (rsf, grow) or (rsf,
predict) . |
... |
Further arguments passed to or from other methods. |
Hemant Ishwaran hemant.ishwaran@gmail.com and Udaya B. Kogalur ubk2101@columbia.edu
H. Ishwaran, Udaya B. Kogalur, Eugene H. Blackstone and Michael S. Lauer (2007). Random Survival Forests. Cleveland Clinic Technical Report.
rsf
,
predict.rsf
.
data(veteran, package = "randomSurvivalForest") v.out=rsf(Survrsf(time, status)~.,veteran, ntree = 1000) print.rsf(v.out)