tune | R Documentation |
Burn-in and tune a Bayesian model sampler
tune(x, n_burn = 1000L, mh = set_mh(), verbose = TRUE) burn(x, n_burn = 1000L, verbose = TRUE)
x |
Bayesian model |
n_burn |
Integer scalar with number of draws to save / burn. |
mh |
Settings to tune the Metropolis-Hastings step. See |
verbose |
Logical scalar. Whether to print status updates. |
Modifies the Bayesian model in place and returns it invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.