Skip to contents

gauge() reports the standardized magnitude of an effect — Cohen's d, partial eta-squared, odds ratio, and similar quantities — as distinct from tidy()'s raw estimates and the p-value's significance verdict.

Usage

gauge(object, ...)

Arguments

object

A cld_exec object produced by conclude().

...

Passed to the dispatched method.

Value

A tibble with metric and value columns, one row per effect-size quantity reported by the underlying result class.

Dispatch

Same two paths as tidy()/glance()/predict():

Path 1: auto_gauge() (preferred). Called directly when cld_exec@data is a class_stat_infer subclass.

Path 2: making_gauge() registry (escape hatch). Used when a variant's fn intentionally returns a non-class_stat_infer object.