Learn R Programming

brglm2 (version 0.7.1)

coef.brglmFit: Extract model coefficients from brglmFit objects

Description

Extract model coefficients from brglmFit objects

Usage

# S3 method for brglmFit
coef(object, model = c("mean", "full", "dispersion"), ...)

Arguments

object

an object for which the extraction of model coefficients is meaningful.

model

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.

Details

See coef for more details.

See Also

coef