feglm fitspredict.feglm is a generic function which obtains predictions from an object
returned by feglm.
# S3 method for feglm
predict(object, type = c("link", "response"), ...)The function predict.feglm returns a vector of predictions.
an object of class "feglm".
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.
feglm