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 "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()


[Package brglm2 version 0.9.2 Index]