# NOT RUN {
# for reproducibility
set.seed(123)
# to see results
bf_corr_test(
data = anscombe,
x = x1,
y = y4,
bf.prior = 1
)
# to get caption
bf_corr_test(
data = anscombe,
x = x1,
y = y4,
bf.prior = 0.8,
output = "null"
)
# }
Run the code above in your browser using DataLab