Learn R Programming

bife (version 0.7.2)

coef.bife: Extract estimates of structural parameters or fixed effects

Description

coef.bife is a generic function which extracts estimates of the structural parameters or fixed effects from objects returned by bife.

Usage

# S3 method for bife
coef(object, type = c("sp", "fe"), corrected = NULL, fixed = NULL, ...)

Value

The function coef.bife returns a named vector of estimates of the requested parameters.

Arguments

object

an object of class "bife".

type

the type of parameter estimates that should be returned; structural parameters or fixed effects. Default is "sp" referring to the structural parameters.

corrected, fixed

deprecated.

...

other arguments.

See Also

bife