Learn R Programming

alpaca (version 0.3.4)

fitted.feglm: 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 feglm
fitted(object, ...)

Value

The function fitted.feglm returns a vector of fitted values.

Arguments

object

an object of class "feglm".

...

other arguments.

See Also

feglm