print.rfsrc | R Documentation |
Print summary output from a RF-SRC analysis. This is the default print method for the package.
## S3 method for class 'rfsrc'
print(x, outcome.target = NULL, ...)
x |
An object of class |
outcome.target |
Character value for multivariate families specifying the target outcome to be used. The default is to use the first coordinate from the continuous outcomes (otherwise if none, the first coordinate from the categorical outcomes). |
... |
Further arguments passed to or from other methods. |
Hemant Ishwaran and Udaya B. Kogalur
Ishwaran H. and Kogalur U.B. (2007). Random survival forests for R, Rnews, 7/2:25-31.
options(rf.cores=2, mc.cores=2)
iris.obj <- rfsrc(Species ~., data = iris, ntree=10)
print(iris.obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.