Skip to contents

Glance at an ordered / inflated ordered fit (broom method)

Usage

# S3 method for class 'iord'
glance(x, ...)

Arguments

x

An "iord" object.

...

Unused.

Value

A one-row data frame: logLik, AIC, BIC, df, nobs, for inflated models inflate (the category) and share_inflated (its observed share), rho for correlated fits, and the fit-quality flags converged, boundary, and ill_conditioned (see ?iop, section "Diagnostics and fixed thresholds"), so that tables built with modelsummary or by filtering glance() output carry them.

See also

compare_models() for several fits side by side.

Other broom methods: augment.iord(), tidy.iord()