powered by
Print summary output from a RF-SRC analysis. This is the default print method for the package.
# S3 method for rfsrc print(x, outcome.target = NULL, ...)
An object of class (rfsrc, grow), (rfsrc, synthetic), or (rfsrc, predict).
(rfsrc, grow)
(rfsrc, synthetic)
(rfsrc, predict)
Character value for multivariate families specifying the target outcome to be used. The default is to use the first coordinate.
Further arguments passed to or from other methods.
Ishwaran H. and Kogalur U.B. (2007). Random survival forests for R, Rnews, 7/2:25-31.
rfsrc, rfsrcSyn, predict.rfsrc
rfsrc
rfsrcSyn
predict.rfsrc
# NOT RUN { iris.obj <- rfsrc(Species ~., data = iris, ntree=100) print(iris.obj) # }
Run the code above in your browser using DataLab