print.glmcat | R Documentation |
glmcat
model objectprint
method for a fitted glmcat
model object.
## S3 method for class 'glmcat'
print(x, ...)
x |
an object of class |
... |
additional arguments. |
model <- glmcat(formula = Level ~ Age, data = DisturbedDreams,
ref_category = "Very.severe", ratio = "cumulative")
print(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.