Run CAUSE on simulated data
1 2 3 4 5 6 7 8 9 | cause_sims(
dat,
param_ests,
sigma_g,
qalpha = 1,
qbeta = 10,
no_ld = FALSE,
thresh = 0.001
)
|
dat |
A simulated data frame created with sum_stats |
sigma_g |
Prior variance for gamma and eta. If left missing will be estimated. |
qalpha, qbeta |
parameters defining prior distribution on q. q~Beta(qalpha,qbeta) |
no_ld |
Run with the nold data (T/F) |
thresh |
p-value threshold |
params |
A cause params object. You can make this with cause_params_sims |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.