equivalence: Report method-equivalence evidence

View source: R/registry.R

equivalenceR Documentation

Report method-equivalence evidence

Description

Returns the equivalence declaration attached by fit_idiographic(). For a result created by a direct ⁠fit_*()⁠ call, the registry can infer the method from a unique registered result class. The declaration describes the scope of committed validation; it is not a new statistical equivalence test.

Usage

equivalence(x)

Arguments

x

A fitted object.

Value

An idiographic_equivalence list with method, status, reference, scope, tolerance, notes, and source.

Examples

set.seed(2)
d <- data.frame(A = rnorm(40), B = rnorm(40))
fit <- fit_var(d, vars = c("A", "B"), scale = FALSE)
equivalence(fit)

idiographic documentation built on Aug. 4, 2026, 1:07 a.m.