| print.rsf {randomSurvivalForest} | R Documentation |
Print summary output from a Random Survival Forests analysis. Note that this is the default print method for the package.
## S3 method for class 'rsf'
print(x, ...)
x |
An object of class |
... |
Further arguments passed to or from other methods. |
Hemant Ishwaran Udaya B. Kogalur
rsf,
predict.rsf.
data(veteran, package = "randomSurvivalForest") v.out=rsf(Surv(time, status)~.,veteran, ntree = 1000) print.rsf(v.out)