Description Usage Arguments Value Examples
Create a factor with labels using SESOI thresholds
1 2 3 4 5 6 | get_magnitude(
x,
SESOI_lower,
SESOI_upper,
labels = c("Lower", "Equivalent", "Higher")
)
|
x |
Numeric vector |
SESOI_lower |
Lower smallest effect size of interest threshold |
SESOI_upper |
Upper smallest effect size of interest threshold |
labels |
Character vector with three elements. Default is "Lower", "Equivalent", "Higher" |
Ordered factor
1 | get_magnitude(rnorm(20), -1, 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.