brglmFit
objectsExtract model coefficients from brglmFit
objects
# S3 method for brglmFit
coef(object, model = c("mean", "full", "dispersion"), ...)
an object for which the extraction of model coefficients is meaningful.
one of "mean"
(default), "dispersion"
, "full"
,
to return the estimates of the parameters in the linear
prediction only, the estimate of the dispersion parameter only,
or both, respectively.
other arguments.
See coef
for more details.