tests/testthat/test_clustCoefPercentage.R

context("clustCoefPercentage")

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

test_that("clustCoefPercentage", {
  expect_true(is.numeric(clustCoefPercentage(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.