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, U.B. Kogalur, E.H. Blackstone and M.S. Lauer (2008). Random survival forests, To appear in Ann. App. Statist..

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.5.1 Index]