bglm_predict: predict function for bglm object
Description
predict function for bglm object
Usage
bglm_predict(
mf = stop("mf: model frame must be supplied"),
object = stop("object: bglm object must be supplied"),
type = stop("type: either \"link\", \"response\", \"terms\"")
)
Arguments
- mf
model frame
- object
a bglm object
- type
one of c("link", "response", "terms")