| 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  | 
| type | the type of prediction required.  | 
| ... | other arguments. | 
Value
The function predict.feglm returns a vector of predictions.
See Also
[Package alpaca version 0.3.4 Index]