glm.summary {base} | R Documentation |
These functions are all methods
for class glm
or
summary.glm
objects.
## S3 method for class 'glm'
summary(object, dispersion = NULL, correlation = FALSE, ...)
## S3 method for class 'summary.glm'
print(x, digits = max(3, getOption("digits") - 3),
na.print = "", symbolic.cor = p > 4,
signif.stars = getOption("show.signif.stars"), ...)
object |
an object of class |
x |
an object of class |
dispersion |
the dispersion parameter for the fitting family.
By default it is obtained from |
correlation |
logical; if |
digits |
the number of significant digits to use when printing. |
na.print |
Unused. |
symbolic.cor |
logical. If |
signif.stars |
logical. If |
... |
further arguments passed to or from other methods. |
print.summary.glm
tries to be smart about formatting the
coefficients, standard errors, etc. and additionally gives
“significance stars” if signif.stars
is TRUE
.
glm
, summary
.
## --- Continuing the Example from ``?glm'':%\code{\link{glm}}:
summary(glm.D93)