predict.SL.glm {SuperLearner} | R Documentation |
Prediction for SL.glm
Description
Prediction for SL.glm
Usage
## S3 method for class 'SL.glm'
predict(object, newdata, ...)
Arguments
object |
SL.glm object |
newdata |
Dataframe to generate predictions |
... |
Unused additional arguments |
See Also
SL.glm
glm
predict.glm
SL.speedglm
[Package SuperLearner version 2.0-29 Index]