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, ...)
Value
A vector of predictions.
Arguments
- object
A cbq
object.
- data
Data used for prediction.
- ci
Confidence interval. The default is 0.95.
- ...
Further arguments passed to or from other methods.