Nothing
test_that("stages_simplebhc", {
expect_silent(mod <- stages_simplebhc(full(PhDArticles[, 1:4])))
mod_c <- ceg(mod)
vars <- names(mod$tree)
expect_identical(stndnaming(mod)$stages[vars[-1]],
mod_c$positions[vars[-1]])
ll1 <- logLik(mod)
mod$ll <- NULL
ll2 <- logLik(mod)
expect_equal(ll1, ll2)
})
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.