Learn R Programming

alpaca (version 0.3.4)

predict.feglm: Predict method for feglm fits

Description

predict.feglm is a generic function which obtains predictions from an object returned by feglm.

Usage

# S3 method for feglm
predict(object, type = c("link", "response"), ...)

Value

The function predict.feglm returns a vector of predictions.

Arguments

object

an object of class "feglm".

type

the type of prediction required. "link" is on the scale of the linear predictor whereas "response" is on the scale of the response variable. Default is "link".

...

other arguments.

See Also

feglm