You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,13 @@
1
1
# bayesplot (development version)
2
2
3
-
* PPC "avg" functions (`ppc_scatter_avg()`, `ppc_error_scatter_avg()`, etc.) gain a `stat` argument to set the averaging function. (Suggestion of #348, @kruschke).
4
-
*`ppc_error_scatter_avg_vs_x(x = some_expression)` labels the *x* axis with `some_expression`.
5
-
* Add `ppc_dots()` and `ppd_dots()` by @behramulukir (#357)
6
-
* Add `x` argument to `ppc_error_binned` by @behramulukir (#359)
7
-
* Add `x` argument to `ppc_error_scatter_avg()` by @behramulukir (#367)
8
-
* Add `discrete` style to `ppc_rootogram` by @behramulukir (#362)
9
-
* Add `discrete` argument to `ppc_stat` and `ppd_stat` by @behramulukir (#369)
3
+
* PPC "avg" functions (`ppc_scatter_avg()`, `ppc_error_scatter_avg()`, etc.) gain a `stat` argument
4
+
to set the averaging function. (Suggestion of #348, @kruschke).
5
+
*`ppc_error_scatter_avg_vs_x(x = some_expression)` labels the x axis with `some_expression`.
6
+
* New quantile dot plot functions `ppc_dots()` and `ppd_dots()` by @behramulukir (#357)
7
+
* Add `x` argument to `ppc_error_binned()` to control x axis by @behramulukir (#359)
8
+
* Add `x` argument to `ppc_error_scatter_avg()` to control x axis by @behramulukir (#367)
9
+
* Add `discrete` style to `ppc_rootogram()` by @behramulukir (#362)
10
+
* Add `discrete` argument to `ppc_stat()` and `ppd_stat()` to support discrete stats by @behramulukir (#369)
0 commit comments