Nothing
#manually create a parentslist
pl <- list("X" = list(parents = c(), values = c("a", "b")),
"Y" = list(parents = "X", values = c('1', "2")))
class(pl) <- "parentslist"
test_that("as_bn.parentslist",{
expect_s3_class(as_bn(pl), "bn")
})
test_that("as_bn.sevt",{
expect_s3_class(as_bn(as_sevt(pl)), "bn")
})
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.