Nothing
test_that("dynamic exdqlm VB entry points default to free sigma", {
expect_identical(formals(exdqlmISVB)$fix.sigma, FALSE)
expect_identical(formals(exdqlmLDVB)$fix.sigma, FALSE)
expect_identical(formals(exdqlmTransferISVB)$fix.sigma, FALSE)
expect_identical(formals(exdqlmTransferLDVB)$fix.sigma, FALSE)
})
test_that("dynamic exdqlm MCMC entry points keep free sigma defaults", {
expect_identical(formals(exdqlmMCMC)$fix.sigma, FALSE)
expect_identical(formals(exdqlmTransferMCMC)$fix.sigma, FALSE)
})
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.