Nothing
test_that("Cal_cor_pleiotropic_h2 computes correct pleioh2g", {
data(Results_full_rg)
data(h2_vector)
result <- Cal_cor_pleiotropic_h2(Results_full_rg, h2_vector)
expect_type(result, "double")
expect_length(result, 62)
expect_false(any(is.na(result)))
})
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.