tests/testthat/test-verification-3d.R

test_that("test.verification.3d works", {
  ks <- test.verification.3d(niclas, niclas, alpha = 0.05, plot = TRUE, test = "ks")
  ttest <- test.verification.3d(niclas, niclas, alpha = 0.05, plot = TRUE, test = "ttest")
  expect_is(ks, "list")
  expect_is(ttest, "list")
})

Try the eRTG3D package in your browser

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

eRTG3D documentation built on March 18, 2022, 6:11 p.m.