Learn R Programming

psycho (version 0.4.91)

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

x

Correlation coefficient.

direction

Return direction.

strength

Return strength.

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