predict.beta4reg {betaBayes} | R 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 |
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
[Package betaBayes version 1.0.1 Index]