tests/testthat/test-check.correlation.R

test_that("test correlation", {
  output = matrix(c(.5, .6, .2, .7), nr = 2)
  expect_equal(check.correlation(output), NULL)
})
tchouangue/traj documentation built on April 24, 2023, 7:18 a.m.