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.
Arguments
- object
A
cld_execobject produced byconclude().- ...
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.
