predictl.beta4reg: Predict method for beta4 model fits

predict.beta4regR Documentation

Predict method for beta4 model fits

Description

Posterior predicted response values based on beta4 model object

Usage

## S3 method for class 'beta4reg'
predict(object, newx, ...)

Arguments

object

an object obtained from the function beta4reg.

newx

an m by p matrix at which predictions are required. If not specified, the original design matrix will be used.

...

further arguments passed to or from other methods.

Value

The function returns an m by nsave matrix of posterior samples for response predictions at newx.

Author(s)

Haiming Zhou and Xianzheng Huang

See Also

beta4reg


betaBayes documentation built on May 9, 2022, 5:06 p.m.