# Default control settings
control_bayes()
# Customise the warmup, thinning and seed used by the MCMC sampler
control_bayes(warmup = 200, thin = 5, seed = 1821)
# Pass the control settings on to method_bayes()
method_bayes(
n_samples = 150,
control = control_bayes(warmup = 200, thin = 5, seed = 1821)
)
Run the code above in your browser using DataLab