Description Usage Arguments Author(s)
View source: R/run_mixture_model_2.R
The function runs the big mixture model and outputs the posterior samples.
1 2 3 4 5 6 7 | run_mixture_model_2(
mixture_data,
hist_dat,
file_dir,
niter = 1e+05,
ncores = 4
)
|
mixture_data |
Output of |
niter |
The number of MCMC iterations. 50k takes roughly 2.5 hours, 200k takes 9 hours, 500k takes 25ish. |
ncores |
The number of cores for parallel chains. |
Jordy Bernard.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.