Learn R Programming

alpaca (version 0.3.4)

coef.summary.feglm: Extract coefficient matrix for structural parameters

Description

coef.summary.feglm is a generic function which extracts a coefficient matrix for structural parameters from objects returned by feglm.

Usage

# S3 method for summary.feglm
coef(object, ...)

Value

The function coef.summary.feglm returns a named matrix of estimates related to the structural parameters.

Arguments

object

an object of class "summary.feglm".

...

other arguments.

See Also

feglm