Print method for objects obtained by
summary.gtReg
.
# S3 method for summary.gtReg
print(
x,
digits = max(3, getOption("digits") - 3),
signif.stars = getOption("show.signif.stars"),
...
)
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.
An object of class "summary.gtReg" created by
summary.gtReg
.
digits for rounding.
a logical value indicating whether significance stars should be shown.
Additional arguments to be passed to printCoefmat
.
This function combines code from
print.summary.gt
and
print.summary.gt.mp
, written by Boan Zhang
for the binGroup
package. Minor modifications were
made for inclusion in the binGroup2
package.