sumry.glm {DAAG} | R Documentation |
Summarizing Generalized Linear Model Fits
Description
These functions are methods
for class glm
or
sumry.glm
objects.
Usage
## S3 method for class 'glm'
sumry(object, dispersion = NULL, correlation = FALSE,
symbolic.cor = FALSE, ...)
## S3 method for class 'sumry.glm'
print(x, digits = max(3L, getOption("digits") - 3L),
symbolic.cor = FALSE,
signif.stars = getOption("show.signif.stars"),
call=FALSE, deviance.residuals=FALSE,
show.iter=10, ...)
Arguments
object |
an object of class |
x |
an object of class |
dispersion |
the dispersion parameter for the family used.
Either a single numerical value or |
correlation |
logical; if |
digits |
the number of significant digits to use when printing. |
symbolic.cor |
logical. If |
signif.stars |
logical. If |
call |
logical. If |
deviance.residuals |
logical. If |
show.iter |
|
... |
further arguments passed to or from other methods. |
Details
The function print.sumry.glm
allows, relative to
print.summary.glm
, some greater flexibility in what is
printed. By default, details of the call to glm
are omitted,
and details of the number of interations only in the unusual case
where this number is greater than 10. See the help page for
summary.glm
for further details.
Value
sumry.glm
returns an object of class "sumry.glm"
, a
list with the same components as summary.glm
.
See Also
Examples
## For examples see example(glm)