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 "feglm".

...

other arguments.

Value

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

See Also

feglm


[Package alpaca version 0.3.4 Index]