print.summary.gtReg {binGroup2} | R Documentation |
Print method for summary.gtReg
Description
Print method for objects obtained by
summary.gtReg
.
Usage
## S3 method for class '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
|
digits |
digits for rounding. |
signif.stars |
a logical value indicating whether significance stars should be shown. |
... |
Additional arguments to be passed to |
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.
Author(s)
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.