fitted.feglm {alpaca} | R Documentation |
Extract feglm
fitted values
Description
fitted.feglm
is a generic function which extracts fitted values from an object
returned by feglm
.
Usage
## S3 method for class 'feglm'
fitted(object, ...)
Arguments
object |
an object of class |
... |
other arguments. |
Value
The function fitted.feglm
returns a vector of fitted values.
See Also
[Package alpaca version 0.3.4 Index]