View source: R/new_paired_equivalence.R
new_paired_equivalence | R Documentation |
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 )
x |
numeric vector representing the (possibly surrogate) sample |
y |
numeric vector representing the (possibly criterion) sample. Index
paired with |
y_type |
classification of |
alpha |
the alpha level for the test |
na.rm |
logical. Omit mean values for mean calculations? |
scale |
character specifying whether the test should occur on an
absolute or relative scale. Must be one of |
absolute_region_width |
the region width for use when |
relative_region_width |
the region width for use when |
an initialized paired_equivalence
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.