doPred: doPred

Description Usage Arguments

Description

A helper function for the predict method for class hal.

Usage

1
doPred(object, newdata, verbose = FALSE, s)

Arguments

object

A fitted object of class hal

newdata

A matrix of new predictions to obtain predictions

verbose

A boolean indicating whether to print output on functions progress

s

Option from glmnet indicating what value to use. Defaults to the value that was specified in the original call to hal (which itself defaults to the value which minimizes MSE).

...

Additional arguments (not currently used)


benkeser/halplus documentation built on May 12, 2019, noon