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