Nothing
# File: tests/testthat/test-sera.R
test_that("sera runs correctly", {
trues <- rnorm(1:10)
ph <- phi.control(trues)
phi.trues <- phi(trues,ph)
preds <- rnorm(1:10)
result <- sera(trues,preds,phi.trues)
expect_type(result, "double")
})
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.