predict.SL.hal: predict.SL.hal

Description Usage Arguments

Description

predict method for SL.hal

Usage

1
2
3
## S3 method for class 'SL.hal'
predict(object, newdata, bigDesign = FALSE, chunks = 5000,
  ...)

Arguments

object

A fitted object of class hal

newdata

A matrix of new predictions to obtain predictions

bigDesign

A boolean indicating whether to obtain predictions all at once (which may be memory intractable) or to split up the task into smaller chunks

chunks

A numeric indicating how many observations to use in each chunk of the prediction task (if bigDesign = FALSE)

...

Other arguments passed to predict


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