get_magnitude: Get Magnitude

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Create a factor with labels using SESOI thresholds

Usage

1
2
3
4
5
6
get_magnitude(
  x,
  SESOI_lower,
  SESOI_upper,
  labels = c("Lower", "Equivalent", "Higher")
)

Arguments

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"

Value

Ordered factor

Examples

1
get_magnitude(rnorm(20), -1, 1)

mladenjovanovic/bmbstats documentation built on Aug. 5, 2020, 4:20 p.m.