dataframe, new matrix or vector of data for predictions. May
include a column for the intercept or just the predictor variables.
If a dataframe, the variables are extracted using model.matrix using
the call that created 'object'.
top
a scalar integer M. If supplied, subset the top M models,
based on posterior probabilities for model predictions and BMA.
type
Type of predictions required. "Link" which is on the
scale of the linear predictor is the only option currently.
...
optional extra arguments
Value
Ybma
predictions using BMA
Ypred
matrix of predictions under each model
best
index of top models included
Details
Use BMA and/or model selection to form predictions using the top highest probability
models.