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