bayesplot
Plotting functions for posterior analysis and MCMC diagnostics of Bayesian models
bayesplot keeps widening its posterior-check catalogue while absorbing each ggplot2 break.
◆Recent moves
- 8mo ago
mcmc_scatter gains shape; pre-ggplot2 v4 theme behavior restored
A shape argument for mcmc_scatter and a restoration of the theme behavior that ggplot2 v4.0 changed. Mostly defensive work: keeping existing plots looking the same after an upstream break.
View source ↗ - 11mo ago
Quantile dot plots and broader discrete-data support
Quantile dot plots (ppc_dots(), ppd_dots()), user-supplied averaging functions across the ppc_*_avg family, and discrete handling in rootograms and stat plots. The clearest expansion of the check catalogue in the visible window.
View source ↗ - 1y ago
ppc_loo_pit_ecdf() added; KM overlays gain truncation control
Adds ppc_loo_pit_ecdf() and gives users control over left-truncation and extrapolation in the Kaplan-Meier overlays. Continues the pattern of one new diagnostic per release alongside contributed refinements.
View source ↗ - 1y ago
ggplot2 3.6 compatibility and a run of plot-data fixes
Compatibility work for ggplot2 3.6.0 plus legend, binning and count fixes, and removal of deprecated functions from available_ppc(). Housekeeping that keeps the catalogue usable rather than growing it.
View source ↗ - 2y ago
Patch caps ppc_pit_ecdf evaluation points at 1000
A single-issue patch capping ppc_pit_ecdf evaluation points at 1000 by default. A performance guard-rail, with no change to the plots themselves.
View source ↗ - 2y ago
bins/breaks across histograms; all LOO plots accept psis_object
Broad argument-surface work: bins and breaks across histogram and hex plots, psis_object accepted by every LOO plot, and discrete-variable support in the LOO-PIT ECDF functions. Sets up the discrete-data sweep that later releases continue.
View source ↗