View source: R/get_functions.R
get_samples | R Documentation |
Return samples from a mash object
get_samples(m)
m |
The mash fit. |
simdata = simple_sims(50,5,1)
data = mash_set_data(simdata$Bhat, simdata$Shat)
m = mash(data, cov_canonical(data), posterior_samples=5, algorithm='R')
get_samples(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.