View source: R/paired_equivalence_wrapper.R
paired_equivalence_wrapper | R Documentation |
A template function for conducting a paired equivalence test
paired_equivalence_wrapper( x, y, y_type, width, epsilon, alpha, scale, na.rm, do_test = TRUE )
x |
numeric vector representing the (possibly surrogate) sample |
y |
numeric vector representing the (possibly criterion) sample. Index
paired with |
y_type |
classification of |
width |
the user-specified width of the equivalence region, possibly a proportion of an initially-uncalculated mean |
epsilon |
the calculated width of the equivalence region |
alpha |
the alpha level for the test |
scale |
character specifying whether the test should occur on an
absolute or relative scale. Must be one of |
na.rm |
logical. Omit mean values for mean calculations? |
do_test |
logical. Complete the test? Enables premature return that is useful in some cases |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.