coef.bife {bife} | R Documentation |
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 class 'bife'
coef(object, type = c("sp", "fe"), corrected = NULL, fixed = NULL, ...)
Arguments
object |
an object of class |
type |
the type of parameter estimates that should be returned; structural parameters or
fixed effects. Default is |
corrected , fixed |
deprecated. |
... |
other arguments. |
Value
The function coef.bife
returns a named vector of estimates of the requested
parameters.
See Also
[Package bife version 0.7.2 Index]