powered by
Performs a Bayesian correlation.
bayes_cor.test(x, y, CI = 90, iterations = 10000, effsize_rules_r = "cohen1988", effsize_rules_bf = "jeffreys1961")
First continuous variable.
Second continuous variable.
Credible interval bounds.
The number of iterations to sample.
Grid for effect size interpretation. See interpret_r.
Grid for effect size interpretation. See interpret_bf.
A psychobject.
# NOT RUN { library(psycho) x <- psycho::affective$Concealing y <- psycho::affective$Tolerating bayes_cor.test(x, y) summary(bayes_cor.test(x, y)) # } # NOT RUN { # }
Run the code above in your browser using DataLab