bglm_predict: predict function for bglm object

View source: R/map_reg.r

bglm_predictR 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")


bigReg documentation built on May 29, 2024, 7:10 a.m.

Related to bglm_predict in bigReg...