summary.brnb | R Documentation |
summary()
method for "brnb"
objectssummary()
method for "brnb"
objects
## S3 method for class 'brnb'
summary(object, ...)
## S3 method for class 'summary.brnb'
print(x, digits = max(3, getOption("digits") - 3), ...)
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. |
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.
summary.brglmFit()
and glm()
# For examples see examples(brnb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.