coef.feglm {alpaca} | R Documentation |
Extract estimates of structural parameters
Description
coef.feglm
is a generic function which extracts estimates of the structural parameters
from objects returned by feglm
.
Usage
## S3 method for class 'feglm'
coef(object, ...)
Arguments
object |
an object of class |
... |
other arguments. |
Value
The function coef.feglm
returns a named vector of estimates of the structural
parameters.
See Also
[Package alpaca version 0.3.4 Index]