predict.beta4reg: Predict method for beta4 model fits
Description
Posterior predicted response values based on beta4 model object
Usage
# S3 method for 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.