Nothing
test_that("testing if gibbs_without_u_screen result changed", {
expect_snapshot_value(c(dpr_model_gibbs$alpha, dpr_model_gibbs$beta), style = "serialize")
})
test_that("testing if VB result changed", {
expect_snapshot_value(c(dpr_model_vb$alpha, dpr_model_vb$beta), style = "serialize")
})
test_that("testing if adaptive_gibbs_without_u_screen result changed", {
expect_snapshot_value(c(dpr_model_adaptive_gibbs$alpha, dpr_model_adaptive_gibbs$beta), style = "serialize")
})
test_that("testing if VB without kinship result changed", {
expect_snapshot_value(c(dpr_model_vb_no_kinship$alpha, dpr_model_vb_no_kinship$beta), style = "serialize")
})
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.