predictions.ranger: Ranger predictions

View source: R/predictions.R

predictions.rangerR Documentation

Ranger predictions

Description

Extract training data predictions of Ranger object.

Usage

## S3 method for class 'ranger'
predictions(x, ...)

Arguments

x

Ranger object.

...

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.

Author(s)

Marvin N. Wright

See Also

ranger


ranger documentation built on Nov. 13, 2023, 1:09 a.m.