sumry.glm | R Documentation |
These functions are methods
for class glm
or
sumry.glm
objects.
## 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, ...)
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. |
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.
sumry.glm
returns an object of class "sumry.glm"
, a
list with the same components as summary.glm
.
glm
, summary
.
## For examples see example(glm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.