powered by
Interpret r with a set of rules.
interpret_r_posterior(posterior, rules = "cohen1988")
Posterior distribution of correlation coefficient.
Can be "cohen1988" (default) or "evans1996", or a custom list.
Page 88 of APA's 6th Edition
# NOT RUN { library(psycho) posterior <- rnorm(1000, 0.5, 0.5) interpret_r_posterior(posterior) # }
Run the code above in your browser using DataLab