print.rsf {randomSurvivalForest}R Documentation

Print Summary Output of Analysis

Description

Print summary output from Random Survival Forests analysis. Note that this is the default print method for the package.

Usage

    print.rsf(x, ...)

Arguments

x An object of class (rsf, grow) or (rsf, predict).
... 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, Udaya B. Kogalur, Eugene H. Blackstone and Michael S. Lauer (2007). Random Survival Forests. Cleveland Clinic Technical Report.

See Also

rsf, predict.rsf.

Examples

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

[Package randomSurvivalForest version 3.2.3 Index]