@description Similar to summary.glm, it prints the coefficients,
standard errors, Wald tests, residuals (if available) and dispersion from
an mreg object.
# S3 method for mreg
summary(
object,
digits = max(3, getOption("digits") - 3),
symbolic.cor = object$symbolic.cor,
signif.stars = getOption("show.signif.stars"),
...
)prints to output a description of the fitted model.
An mreg object
the number of significant digits to use when printing.
logical. If TRUE, print the correlations in
a symbolic form (see symnum) rather than as numbers.
logical. If TRUE, ‘significance stars’
are printed for each coefficient.
further arguments passed to or from other methods.
mreg print.mreg