Learn R Programming

mreg (version 1.2.1)

summary.mreg: 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 mreg
summary(
  object,
  digits = max(3, getOption("digits") - 3),
  symbolic.cor = object$symbolic.cor,
  signif.stars = getOption("show.signif.stars"),
  ...
)

Value

prints to output a description of the fitted model.

Arguments

object

An mreg object

digits

the number of significant digits to use when printing.

symbolic.cor

logical. If TRUE, print the correlations in a symbolic form (see symnum) rather than as numbers.

signif.stars

logical. If TRUE, ‘significance stars’ are printed for each coefficient.

...

further arguments passed to or from other methods.

See Also

mreg print.mreg