Learn R Programming

brglm2 (version 0.9.2)

summary.brnb: summary() method for "brnb" objects

Description

summary() method for "brnb" objects

Usage

# S3 method for brnb
summary(object, ...)

# S3 method for summary.brnb print(x, digits = max(3, getOption("digits") - 3), ...)

Arguments

object

an object of class "brnb", typically, a result of a call to brnb().

...

further arguments passed to or from other methods.

x

an object of class "summary.brnb", usually, a result of a call to summary.brnb.

digits

the number of significant digits to use when printing.

Details

The interface of the summary method for "brnb" objects is similar to that of "brglmFit" objects with additional information.

p-values of the individual Wald statistics are based on the
standard normal distribution.

See Also

summary.brglmFit() and glm()

Examples

Run this code
# For examples see examples(brnb)

Run the code above in your browser using DataLab