Skip to contents

Predict method for cp_model_lm objects.

Usage

# S3 method for class 'cp_model_lm'
predict(object, newdata = NULL, ...)

Arguments

object

A cp_model_lm object.

newdata

Data frame containing new x values.

...

Additional arguments.

Value

Data frame with predictions.