DEBSOURCES
Skip Quicknav
sources / r-cran-bayesfactor / 0.9.12-4.7%2Bdfsg-1 / inst / tests / test-correlationBF.R
12345678910
context("correlationBF") set.seed(0) test_that("correlation works", { x <- runif(100) y <- x + rnorm(100) correlationBF(x, y) })