print.mcglm: Print Method for mcglm Objects

View source: R/mc_S3_methods.R

print.mcglmR Documentation

Print Method for mcglm Objects

Description

Prints a concise summary of a fitted mcglm object, including the model call, link and variance functions, regression coefficients and dispersion parameters for each response variable.

Usage

## S3 method for class 'mcglm'
print(x, ...)

Arguments

x

A fitted object of class mcglm, typically returned by mcglm().

...

Further arguments passed to or from other methods.

Value

No return value, called for its side effects.

Author(s)

Wagner Hugo Bonat, wbonat@ufpr.br

See Also

print, summary.mcglm


mcglm documentation built on Jan. 9, 2026, 1:07 a.m.