predict.cbq: Predictions based on the fitted parameter values
Description
Create a vector of predictions from a cbq
object.
Usage
# S3 method for cbq
predict(object, data, ci = 0.95, ...)
Arguments
data
Data used for prediction.
ci
Confidence interval. The default is 0.95.
...
Further arguments passed to or from other methods.
Value
A vector of predictions.