Nothing
test_that("Cal_cor_pleiotropic_h2_single computes correct pleioh2g", {
data(Results_full_rg)
data(h2_vector)
plei_h2_idx <- 1
h2g_T_single<-h2_vector[plei_h2_idx]
result <- Cal_cor_pleiotropic_h2_single(Results_full_rg, h2g_T_single, plei_h2_idx)
expect_type(result, "double")
expect_false(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.