tests/testthat/test-kinsim_single.R

test_that("single simulation works", {
     expect_equal(ncol(kinsim_single(
          name = "testtesttest",
          Rel = .8,
          r_c = .98,
          n = 1000,
          mu = 2,
          ace = c(2,2,6)
     )), 12)
})

Try the ACEsimFit package in your browser

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

ACEsimFit documentation built on Oct. 12, 2022, 9:05 a.m.