predict.hedgedrf {hedgedrf}R Documentation

hedgedrf prediction

Description

hedgedrf prediction

Usage

## S3 method for class 'hedgedrf'
predict(object, data, ...)

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.

Value

The hedged random forest predictions. An object of class matrix.


[Package hedgedrf version 0.0.1 Index]