We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be69d1f commit 652eca8Copy full SHA for 652eca8
NEWS.md
@@ -18,6 +18,12 @@ now has an argument `grid_args` to provide a way of passing optional arguments t
18
gains an argument `discrete`, which is `FALSE` by default, but can be used to make the
19
Geom more appropriate for discrete data. (#145)
20
21
+* [PPC intervals plots](http://mc-stan.org/bayesplot/reference/PPC-intervals.html)
22
+now draw both an outer and an inner probability interval, which can be
23
+controlled through the new argument `prob_outer` and the already existing
24
+`prob`. The default value of the outer interval has been changed from 1.0 to
25
+0.9, consistently with what is produced by `mcmc_intervals()` and similar.
26
+(#154, @mcol)
27
28
# bayesplot 1.5.0
29
0 commit comments