summary.mreg {mreg} | R Documentation |
Prints a summary of an mreg object
Description
@description Similar to summary.glm
, it prints the coefficients,
standard errors, Wald tests, residuals (if available) and dispersion from
an mreg
object.
Usage
## S3 method for class 'mreg'
summary(
object,
digits = max(3, getOption("digits") - 3),
symbolic.cor = object$symbolic.cor,
signif.stars = getOption("show.signif.stars"),
...
)
Arguments
object |
An |
digits |
the number of significant digits to use when printing. |
symbolic.cor |
logical. If |
signif.stars |
logical. If |
... |
further arguments passed to or from other methods. |
Value
prints to output a description of the fitted model.
See Also
[Package mreg version 1.2.1 Index]