predict.SL.bartMachine {SuperLearner} | R Documentation |
bartMachine prediction
Description
bartMachine prediction
Usage
## S3 method for class 'SL.bartMachine'
predict(object, newdata, family, X = NULL,
Y = NULL, ...)
Arguments
object |
SuperLearner object |
newdata |
Dataframe to predict the outcome |
family |
"gaussian" for regression, "binomial" for binary classification. (Not used) |
X |
Covariate dataframe (not used) |
Y |
Outcome variable (not used) |
... |
Additional arguments (not used) |
[Package SuperLearner version 2.0-29 Index]