the tidy
method for clmm
objects (from the
ordinal
package) lives in the broom
package.
# S3 method for clmm
augment(x, data = model.frame(x), newdata, ...)
An object of class merMod
, such as those from lmer
,
glmer
, or nlmer
original data this was fitted on; if not given this will attempt to be reconstructed
new data to be used for prediction; optional
Additional arguments (passed to confint.merMod
for tidy
; augment_columns
for augment
; ignored for glance
)