predict.cbq: Predictions based on the fitted parameter values

View source: R/printfun.R

predict.cbqR 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.


cbq documentation built on April 3, 2023, 5:41 p.m.