predictions.ranger: Ranger predictions
Description
Extract training data predictions of Ranger object.
Usage
# S3 method for ranger
predictions(x, ...)
Arguments
...
Further arguments passed to or from other methods.
Value
Predictions: Classes for Classification forests, Numerical values for Regressions forests and the estimated survival functions for all individuals for Survival forests.