| bglm_predict {bigReg} | R Documentation | 
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") | 
[Package bigReg version 0.1.5 Index]