paired_equivalence
objectsA combined constructor and validator for paired_equivalence
objects
new_paired_equivalence(
x,
y,
y_type = c("both", "criterion", "comparison"),
alpha = 0.05,
na.rm = TRUE,
scale = c("relative", "absolute"),
absolute_region_width = NULL,
relative_region_width = NULL
)
an initialized paired_equivalence
object
numeric vector representing the (possibly surrogate) sample
numeric vector representing the (possibly criterion) sample. Index
paired with x
classification of y
for the purpose of analysis. Can be
"criterion"
, "comparison"
, or "both"
.
the alpha level for the test
logical. Omit mean values for mean calculations?
character specifying whether the test should occur on an
absolute or relative scale. Must be one of "relative"
(default) or
"absolute"
.
the region width for use when scale =
"absolute"
the region width for use when scale =
"relative"