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 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.

Value

prints to output a description of the fitted model.

See Also

mreg print.mreg


[Package mreg version 1.2.1 Index]