Interpret Direction
Examples
interpret_direction(.02)
#> [1] "positive"
#> (Rules: math)
#>
interpret_direction(c(.5, -.02))
#> [1] "positive" "negative"
#> (Rules: math)
#>
Interpret Direction
interpret_direction(.02)
#> [1] "positive"
#> (Rules: math)
#>
interpret_direction(c(.5, -.02))
#> [1] "positive" "negative"
#> (Rules: math)
#>