Usage
# S3 method for data.frame
paired_equivalence_test(
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,
...
)# S3 method for default
paired_equivalence_test(
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,
...
)
paired_equivalence_test(
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,
...
)