| print.rsf {randomSurvivalForest} | R Documentation |
Print summary output from Random Survival Forests analysis.
print.rsf(x, ...)
x |
An object of class randomSurvivalForest,
as that created by the function rsf. |
... |
Further arguments passed to or from other methods. |
Hemant Ishwaran hemant.ishwaran@gmail.com and Udaya B. Kogalur ubk2101@columbia.edu
H. Ishwaran and Udaya B. Kogalur (2006). Random Survival Forests. Cleveland Clinic Technical Report.
rsf,
plot.ensemble,
plot.variable,
plot.error,
plot.proximity.
data(veteran, package = "randomSurvivalForest") v.out=rsf(Survrsf(time, status)~.,veteran,ntree = 1000) print.rsf(v.out)