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