predict.hedgedrf: hedgedrf prediction
Description
hedgedrf prediction
Usage
# S3 method for hedgedrf
predict(object, data, ...)
Value
The hedged random forest predictions. An object of class matrix.
Arguments
- object
hedgedrf hedgedrf object.
- data
data New test data of class data.frame or
gwaa.data (GenABEL).
- ...
Additional arguments to pass to the predict.ranger
function.