Learn R Programming

psycho (version 0.4.91)

interpret_r_posterior: Correlation coefficient r interpreation for a posterior distribution.

Description

Interpret r with a set of rules.

Usage

interpret_r_posterior(posterior, rules = "cohen1988")

Arguments

posterior

Posterior distribution of correlation coefficient.

rules

Can be "cohen1988" (default) or "evans1996", or a custom list.

See Also

Page 88 of APA's 6th Edition

Examples

Run this code
# NOT RUN {
library(psycho)
posterior <- rnorm(1000, 0.5, 0.5)
interpret_r_posterior(posterior)
# }

Run the code above in your browser using DataLab