print: Print method for a fitted 'glmcat' model object

print.glmcatR Documentation

Print method for a fitted glmcat model object

Description

print method for a fitted glmcat model object.

Usage

## S3 method for class 'glmcat'
print(x, ...)

Arguments

x

an object of class glmcat.

...

additional arguments.

Examples

model <- glmcat(formula = Level ~ Age, data = DisturbedDreams,
                ref_category = "Very.severe", ratio = "cumulative")
print(model)

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