Nothing
test_that('All simulation methods output necessary components', {
st.tst <- skipTrack.simulate(5, model = 'skipTrack', skipProb = c(.5, .5))
li.tst <- skipTrack.simulate(5, model = 'li', maxCycles = 2)
mix.tst <- skipTrack.simulate(5, model = 'mixture', skipProb = c(.5, .5))
nms <- c('Y', 'cluster', 'X', 'Z', 'Beta', 'Gamma', 'NumTrue', 'Underlying')
expect_equal(names(st.tst), nms)
expect_equal(names(li.tst), nms)
expect_equal(names(mix.tst), nms)
})
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.