| equivalence | R Documentation |
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.
equivalence(x)
x |
A fitted object. |
An idiographic_equivalence list with method, status,
reference, scope, tolerance, notes, and source.
set.seed(2)
d <- data.frame(A = rnorm(40), B = rnorm(40))
fit <- fit_var(d, vars = c("A", "B"), scale = FALSE)
equivalence(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.