interpret_r: Correlation coefficient r interpreation.
Description
Interpret r with a set of rules.
Usage
interpret_r(x, direction = TRUE, strength = TRUE,
rules = "cohen1988")
Arguments
rules
Can be "cohen1988" (default), "evans1996", or a custom list.
See Also
Page 88 of APA's 6th Edition
Examples
Run this code# NOT RUN {
library(psycho)
interpret_r(-0.42)
# }
Run the code above in your browser using DataLab