Learn R Programming

bife (version 0.5)

coef.bife: Extract Model Coefficients

Description

coef.bife is a generic function which extracts model coefficients from objects returned by bife.

Usage

# S3 method for bife
coef(object, corrected = TRUE, fixed = FALSE, ...)

Arguments

object

an object of class bife.

corrected

an optional logical flag that specifies whether bias-corrected or uncorrected coefficients are displayed. Default is TRUE (bias-corrected).

fixed

an optional logical flag that specifies whether the structural parameters or the fixed effects are displayed. Default is FALSE (structural parameters).

...

other arguments

Value

The function coef.bife returns a named vector of coefficients.

See Also

bife