Skip to content

Commit 652eca8

Browse files
committed
Update NEWS.md
1 parent be69d1f commit 652eca8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ now has an argument `grid_args` to provide a way of passing optional arguments t
1818
gains an argument `discrete`, which is `FALSE` by default, but can be used to make the
1919
Geom more appropriate for discrete data. (#145)
2020

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)
2127

2228
# bayesplot 1.5.0
2329

0 commit comments

Comments
 (0)