predict.feglm {alpaca}R Documentation

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 class 'feglm'
predict(object, type = c("link", "response"), ...)

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.

Value

The function predict.feglm returns a vector of predictions.

See Also

feglm


[Package alpaca version 0.3.4 Index]