print.summary.glmcat: Printing a fitted 'glmcat' model object

View source: R/utils.R

print.summary.glmcatR 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 "glmcat".

digits

the number of digits in the printed table.

...

additional arguments affecting the summary produced.


GLMcat documentation built on Sept. 30, 2024, 5:08 p.m.