| print.gtReg {binGroup2} | R Documentation |
Print method for gtReg
Description
Print method for objects obtained by gtReg.
Usage
## S3 method for class 'gtReg'
print(x, digits = max(3, getOption("digits") - 3), ...)
Arguments
x |
An object of class "gtReg" created by |
digits |
digits for rounding. |
... |
currently not used. |
Value
A print out of the function call, coefficients, and the null and residual deviance and degrees of freedom.
Author(s)
This function was originally written by Boan Zhang as the
print.gt function for the binGroup package. Minor modifications
were made for inclusion in the binGroup2 package.
[Package binGroup2 version 1.3.1 Index]