print.glmcat {GLMcat} | R 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 |
... |
additional arguments. |
Examples
model <- glmcat(formula = Level ~ Age, data = DisturbedDreams,
ref_category = "Very.severe", ratio = "cumulative")
print(model)
[Package GLMcat version 0.2.6 Index]