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

View source: R/brnb.R

summary.brnbR Documentation

summary() method for "brnb" objects

Description

summary() method for "brnb" objects

Usage

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

## S3 method for class '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

# For examples see examples(brnb)


brglm2 documentation built on Oct. 12, 2023, 1:07 a.m.