coef.brglmFit {brglm2} | R Documentation |
Extract model coefficients from "brglmFit"
objects
Description
Extract model coefficients from "brglmFit"
objects
Usage
## S3 method for class 'brglmFit'
coef(object, model = c("mean", "full", "dispersion"), ...)
Arguments
object |
an object for which the extraction of model coefficients is meaningful. |
model |
one of |
... |
other arguments. |
Details
See coef()
for more details.
See Also
[Package brglm2 version 0.9.2 Index]