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)
Bayesian model
Integer scalar with number of draws to save / burn.
Settings to tune the Metropolis-Hastings step. See set_mh
.
Logical scalar. Whether to print status updates.
Modifies the Bayesian model in place and returns it invisibly.