Learn R Programming

binGroup2 (version 1.1.0)

print.summary.gtReg: Print method for summary.gtReg

Description

Print method for objects obtained by summary.gtReg.

Usage

# S3 method for summary.gtReg
print(
  x,
  digits = max(3, getOption("digits") - 3),
  signif.stars = getOption("show.signif.stars"),
  ...
)

Arguments

x

An object of class "summary.gtReg" created by summary.gtReg.

digits

digits for rounding.

signif.stars

a logical value indicating whether significance stars should be shown.

...

Additional arguments to be passed to printCoefmat.

Value

A print out of the function call, deviance residuals (for simple pooling and halving only), coefficients, null and residual deviance and degrees of freedom (for simple pooling only), AIC (for simple pooling and halving only), number of Gibbs samples (for array testing only), and the number of iterations.