augment.clmm: name ordinal_tidiers

View source: R/ordinal_tidiers.R

augment.clmmR Documentation

name ordinal_tidiers

Description

the tidy method for clmm objects (from the ordinal package) lives in the broom package.

Usage

## S3 method for class 'clmm'
augment(x, data = model.frame(x), newdata, ...)

Arguments

x

An object of class merMod, such as those from lmer, glmer, or nlmer

data

original data this was fitted on; if not given this will attempt to be reconstructed

newdata

new data to be used for prediction; optional

...

Additional arguments (passed to confint.merMod for tidy; augment_columns for augment; ignored for glance)


broom.mixed documentation built on Oct. 16, 2024, 1:06 a.m.