Samples are drawn from the marginal scaled Student-t posterior of the
contrast coefficient, beta ~ mu_n + scale * t_{2 a_n}.
Usage
posterior_draws(object, region_id = NULL, ...)
# S4 method for class 'BreadFit'
posterior_draws(object, region_id = NULL, n = 4000L, seed = NULL, ...)Arguments
- object
A BreadFit.
- region_id
Character vector of region IDs (all regions if
NULL).- ...
Unused.
- n
Number of draws per region. Default
4000.- seed
Optional integer seed. If
NULL, the global RNG state is used.