summary.brglmFit {brglm2} | R Documentation |
summary()
method for brglmFit objects
Description
summary()
method for brglmFit objects
Usage
## S3 method for class 'brglmFit'
summary(
object,
dispersion = NULL,
correlation = FALSE,
symbolic.cor = FALSE,
...
)
## S3 method for class 'summary.brglmFit'
print(
x,
digits = max(3L, getOption("digits") - 3L),
symbolic.cor = x$symbolic.cor,
signif.stars = getOption("show.signif.stars"),
...
)
Arguments
object |
an object of class |
dispersion |
the dispersion parameter for the family used.
Either a single numerical value or |
correlation |
logical; if |
symbolic.cor |
logical. If |
... |
further arguments passed to or from other methods. |
x |
an object of class |
digits |
the number of significant digits to use when printing. |
signif.stars |
logical. If |
Details
The interface of the summary method for "brglmFit"
objects is identical to that of "glm"
objects. The summary
method for "brglmFit"
objects computes the p-values of the
individual Wald statistics based on the standard normal
distribution, unless the family is Gaussian, in which case a t
distribution with appropriate degrees of freedom is used.
See Also
summary.glm()
and glm()
Examples
## For examples see `examples(brglmFit)`