Nothing
test_that("foldVector works", {
Y <- rep(LETTERS[1:2],10)
ID <- 1:20
folds <- 5
foldList <- uniqDASamp(Y, ID, folds)
## Need to have ID specified
expect_error(
foldVect <- foldVector(foldList)
)
})
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.