print.rsf {randomSurvivalForest}R Documentation

Print Summary Output of Analysis

Description

Print summary output from Random Survival Forests analysis.

Usage

    print.rsf(x, ...)

Arguments

x An object of class randomSurvivalForest, as that created by the function rsf.
... Further arguments passed to or from other methods.

Author(s)

Hemant Ishwaran hemant.ishwaran@gmail.com and Udaya B. Kogalur ubk2101@columbia.edu

References

H. Ishwaran and Udaya B. Kogalur (2006). Random Survival Forests. Cleveland Clinic Technical Report.

See Also

rsf, plot.ensemble, plot.variable, plot.error, plot.proximity.

Examples

  data(veteran, package = "randomSurvivalForest") 
  v.out=rsf(Survrsf(time, status)~.,veteran,ntree = 1000)
  print.rsf(v.out)

[Package randomSurvivalForest version 1.0.0 Index]