Skip to contents

Returns a one-row data.frame of model-level summaries in the column convention used by the broom ecosystem (coefficient, estimate, se, ci_lower, ci_upper, conf_level, nobs, n_items, ci_method).

Usage

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

Arguments

x

A dmar_reliability object.

...

Unused.

Value

A one-row data.frame.

Author

Ken Kelley kkelley@nd.edu