predict.cp_model_lm: Predict method for cp_model_lm objects.
Description
Predict method for cp_model_lm objects.
Usage
# S3 method for cp_model_lm
predict(object, newdata = NULL, ...)
Value
Data frame with predictions.
Arguments
- object
A cp_model_lm object.
- newdata
Data frame containing new x values.
- ...
Additional arguments.