Nothing
context("epidish")
test_that("# of columns in output should equal to that of reference", {
data(centDHSbloodDMC.m)
data(DummyBeta.m)
idx <- sample(1:7, sample(2:7, 1), replace = FALSE)
ref.m <- centDHSbloodDMC.m[, idx]
estF.m <- epidish(DummyBeta.m, ref.m, method = "RPC")$estF
dim1 <- ncol(ref.m)
dim2 <- ncol(estF.m)
expect_identical(dim1, dim2)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.