| summary.brnb {brglm2} | R 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   | 
... | 
 further arguments passed to or from other methods.  | 
x | 
 an object of class   | 
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
Examples
# For examples see examples(brnb)
[Package brglm2 version 0.9.2 Index]