Description Usage Arguments Value Examples
Set sampling options on a blm object
1 | set_sampling_options(x, chains, iterations, thinning, burn)
|
x |
blm object |
chains |
number of chains to initialize |
iterations |
number of iterations to run the MC sampler |
thinning |
set thinning parameter |
burn |
number of samples that will be discarded |
updated blm object
1 | bfit <- set_sampling_options(bfit, chains=2, iterations=20000, thinning=3, burn = 2000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.