predict.cp_model_lm | R Documentation |
Predict method for cp_model_lm objects.
## S3 method for class 'cp_model_lm'
predict(object, newdata = NULL, ...)
object |
A cp_model_lm object. |
newdata |
Data frame containing new x values. |
... |
Additional arguments. |
Data frame with predictions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.