tests/testthat/test_clustCoef.R

context("clustCoef")

data('simNorm')
results <- PCIT(simNorm[1:10, ])

test_that("clustCoef", {
  expect_true(is.numeric(clustCoef(results$adj_sig)))
})

Try the CeTF package in your browser

Any scripts or data that you put into this service are public.

CeTF documentation built on Nov. 25, 2020, 2 a.m.