Dear Stan+R users,
There are a few fixes and a decent number of new features.
Release notes are copied below. The package can be installed in the standard
way from CRAN using
install.packages("bayesplot")
- Stan Development Team
-----
bayesplot 1.1.0 Release Notes
(GitHub issue/PR numbers in parentheses)
Fixes:
* Images in vignettes should now render properly using `png` device. Thanks to
TJ Mahr. (#51)
* xaxis_title(FALSE) and yaxis_title(FALSE) now set axis titles to NULL
rather than changing theme elements to element_blank(). This makes it easier
to add axis titles to plots for which they are turned off by default. Thanks to Bill
Harris. (#53)
New Features:
* Introduce ppc_error_hist_grouped function for plotting predictive errors
by level of a grouping variable. (#40)
* Add argument divergences to the mcmc_trace function. For models fit using
HMC/NUTS this can be used to display divergences as a rug at the bottom of the
trace plot. (#42)
* Introduce bayesplot_grid function for juxtaposing plots and enforcing shared
axis limits. (#59)
* Introduce mcmc_recover_intervals function for comparing MCMC estimates to "true"
parameter values used to simulate the data. (#56)
* The stat argument for all ppc_stat_* functions now accepts a function
instead of only the name of a function. (#31)