## S3 method for class 'SuperLearner':
predict(object, newdata, X = NULL, Y = NULL, onlySL = FALSE, ...)SuperLearnerobjectobjectpredict.SL.* functionsnewdata is omitted the predicted values from object are returned. Each algorithm in the Super Learner library needs to have a corresponding prediction function with the ``predict.'' prefixed onto the algorithm name (e.g. predict.SL.glm for SL.glm).SuperLearner