bayestestR
Describe and test the parameters of Bayesian models in R
Bayesian diagnostics get stricter defaults while the Stan backend list widens
◆Recent moves
- 2mo ago
mcse() gains a centrality argument
A narrow addition in the same direction as the 0.18.0 diagnostics work: mcse() can now return the Monte Carlo standard error matched to the centrality measure being reported. The rest of the release clears CRAN check failures.
View source ↗ - 2mo ago
CmdStanFit support and tail-ESS as the default diagnostic
The most substantive release in this window: cmdstanr fits become first-class inputs, diagnostic_posterior() accepts raw MCMC samples, and the ESS column now reports tail-ESS instead of the older n_eff. That default swap changes what users read off every diagnostic table.
View source ↗ - 11mo ago
rope() gains complement probabilities; display() methods added
Adds the complementary above/below-ROPE probabilities and a display() path with tinytable output, continuing the shift of formatting into shared easystats infrastructure. The long-deprecated rnorm_perfect() is removed.
View source ↗ - 1y ago
describe_posterior() efficiency and multinomial handling
Incremental performance work on describe_posterior() plus handling fixes for multinomial responses and brms mixture models. Consistent with the large-model efficiency push that started in 0.16.0.
View source ↗ - 1y ago
effects argument changes behavior for large brms/rstanarm fits
A rebase on the current insight release that makes many-parameter models cheaper to summarize, and redefines effects = "all" to exclude group-level estimates. Users who relied on the old meaning need effects = "full".
View source ↗ - 1y ago
Tail ESS returned from effective_sample() and its callers
The first step toward the tail-ESS default that lands in 0.18.0, alongside fixes for response-level columns on marginaleffects objects and a MAP estimate edge case.
View source ↗