Skip to contents

Combines audit_stability() with audit_fragility() so callers using LLMR's shared diagnostics() generic receive the same one-row summary.

Usage

diagnostics.audit(x, reference = 1L, flip = sign_flip(), ...)

Arguments

x

An audit_run() result.

reference

Reference cell (default 1).

flip

A flip rule (see flip_rules); default sign_flip().

...

Unused; accepted for generic compatibility.

Value

A one-row tibble with n_cells, reference_estimate, sign_agreement, min, median, max, iqr, n_failed_cells, and fragility.