predict.glmBayes: Predict method for glmBayes models

Description Usage Arguments Value

View source: R/bayesglm.R

Description

Predict method for glmBayes models

Usage

1
2
## S3 method for class 'glmBayes'
predict(object, newdata = NULL, type = c("response", "link", "class"))

Arguments

newdata

the new data

type

either "link" (untransformed linear predictor), "response" (transformed prediction), or "class" (for binomial models only)

model

the model

Value

none


abnormally-distributed/cvreg documentation built on May 3, 2020, 3:45 p.m.