Rdocumentation
powered by
Learn R Programming
emil (version 2.2.3)
predict_lm: Prediction using linear model
Description
Prediction using linear model
Usage
predict_lm(object, x, ...)
Arguments
Value
A list with elements:
prediction
: Vector of predicted response.
See Also
emil
,
fit_lm
,
modeling_procedure