coef.bife
is a generic function which extracts
model coefficients from objects returned by bife
.
# S3 method for bife
coef(object, corrected = TRUE, fixed = FALSE, ...)
an object of class bife
.
an optional logical flag that specifies whether bias-corrected or uncorrected
coefficients are displayed. Default is TRUE
(bias-corrected).
an optional logical flag that specifies whether the structural parameters or the fixed
effects are displayed. Default is FALSE
(structural parameters).
other arguments
The function coef.bife
returns a named vector of coefficients.