print.summary.glmcat {GLMcat} | R Documentation |
Printing a fitted glmcat
model object
Description
print.summary
method for GLMcat objects.
Usage
## S3 method for class 'summary.glmcat'
print(x, digits = max(3, getOption("digits") - 3), ...)
Arguments
x |
an object of class |
digits |
the number of digits in the printed table. |
... |
additional arguments affecting the summary produced. |
[Package GLMcat version 0.2.6 Index]