Nothing
context("lin_comb")
test_that("lin_comb produces expected errors", {
Y <- data.frame(x = rnorm(100), y = rnorm(100))
expect_error(lin_comb("2*x > y", obj = "a string"),
"Object class not supported. Must be 'BGGM', 'BBcor', or 'data.frame'")
})
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.