Print method for objects obtained by gtReg
.
# S3 method for class 'gtReg'
print(x, digits = max(3, getOption("digits") - 3), ...)
Arguments
- x
An object of class "gtReg" created by gtReg
.
- 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
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.