View source: R/SL.bartMachine.R
predict.SL.bartMachine | R Documentation |
bartMachine prediction
## S3 method for class 'SL.bartMachine'
predict(object, newdata, family, X = NULL,
Y = NULL, ...)
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) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.