Description Usage Arguments Value Examples
CLES
calculates the probability that a random observation from Group B is higher/larger
than a random observation from Group A. Groups are considered independent.
1 2 3 4 5 6 7 8 9 |
group_a |
Numeric vector. This group represents baseline/control, observed variable, Pre-test in the paired design, or "practical" measure |
group_b |
Numeric vector. This group represents experimental, predicted variable, Post-test in the paired design, or "criterion" measure |
SESOI_lower |
Lower smallest effect size of interest threshold |
SESOI_upper |
Upper smallest effect size of interest threshold |
method |
Select "brute-force" or "algebraic" method to calculate CLES. Default is "algebraic" |
count_equivalent |
How should equivalent differences be counted? Ignored, counted as higher or lower difference. Default is "ignore". Other options are "higher" and "lower" |
na.rm |
Should NAs be removed? Default is |
Numeric
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.