Nothing
test_that("check to see reg_asym outputs correctly", {
set.seed(43421)
test_data <- data_gen_asym(4, weight_mat = matrix(rep(1, 8),
nrow = 2, ncol = 4),
resp_sd = 0)
test_obj <- reg_asym(Y ~ ., test_data)
expect_equal(class(test_obj), "reg_asym")
expect_equal(length(test_obj$par), 9)
})
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.