bayesplot v1.11.0
What's Changed
- Update for new ggplot2 release by @teunbrand in #309
- add 'bins' argument to many histogram plots by @paul-buerkner in #300
- Follow ggplot2 updates on facet_grid() and facet_wrap() by @heavywatal in #305
- better
ppc_loo_pit_qq
plots by @avehtari in #307 - Check
prob
is numeric for intervals plots by @tony-stone in #299 - Add
bins
andbreaks
arguments to more histogram and hex plots by @heavywatal in #313 - Replace size argument with linewidth for geom_line and geom_ridgeline by @heavywatal in #314
- All LOO plots now accept
psis_object
argument by @jgabry in #311 ppc_loo_pit_ecdf()
andppc_loo_pit_ecdf_grouped()
now support discrete variables, and their default method for selecting the number of ECDF evaluation points has been updated. @TeemuSailynoja in #316
New Contributors
- @teunbrand made their first contribution in #309
- @heavywatal made their first contribution in #305
- @tony-stone made their first contribution in #299
Full Changelog: v1.10.0...v1.11.0