Rdocumentation
powered by
Learn R Programming
emil (version 2.0.2)
predict_lm: Prediction using linear model
Description
Prediction using linear model
Usage
predict_lm(object, x, ...)
Arguments
object
Fitted classifier produced by
fit_lm
.
x
Dataset to be predicted upon.
...
Sent to
predict.lm
Value
A list with elements:
prediction
: Vector of predicted response.
See Also
emil
,
fit_lm
,
modeling_procedure