Nothing
## Unit test for slpMBMF
context("slpMBMF")
load('../data/test_slpMBMF.RData')
st <- list(alpha = .3, lambda = .5, w = 0.5, beta = 2, p = .2, tprob
= rbind(c(.7,.3),c(.3,.7)), q1.mf = c(.5, .5),
q1.mb = c(.5,.5), q2 = c(.5, .5))
out <- slpMBMF(st,tr1)
test_that("slpMBMF reproduces an arbitrarily chosen short simulation.", {
expect_equal(out$out[,1], cor.out)
})
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.