predict.cbq {cbq}R Documentation

Predictions based on the fitted parameter values

Description

Create a vector of predictions from a cbq object.

Usage

## S3 method for class 'cbq'
predict(object, data, ci = 0.95, ...)

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.

Value

A vector of predictions.


[Package cbq version 0.2.0.3 Index]