Nothing
## ----setup, include=FALSE-----------------------------------------------------
knitr::opts_chunk$set(echo = TRUE,comment = "#",fig.width = 5,
fig.height = 4,fig.align = "center",
eval = FALSE)
## -----------------------------------------------------------------------------
# library(ashr)
# library(mashr)
# set.seed(1)
# simdata = simple_sims(500,5,1)
## -----------------------------------------------------------------------------
# data = mash_set_data(simdata$Bhat, simdata$Shat)
# m.1by1 = mash_1by1(data)
# strong = get_significant_results(m.1by1,0.05)
## -----------------------------------------------------------------------------
# U.pca = cov_pca(data,5,subset=strong)
# print(names(U.pca))
## -----------------------------------------------------------------------------
# U.ed = cov_ed(data, U.pca, subset=strong)
## -----------------------------------------------------------------------------
# m.ed = mash(data, U.ed)
# print(get_loglik(m.ed),digits = 10)
## -----------------------------------------------------------------------------
# U.c = cov_canonical(data)
# m = mash(data, c(U.c,U.ed))
# print(get_loglik(m),digits = 10)
## ----info---------------------------------------------------------------------
# print(sessionInfo())
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.