|
9 | 9 | * MCMC plots now also accept objects with an `as.array` method as
|
10 | 10 | input. (#175, #184)
|
11 | 11 |
|
12 |
| -* [`mcmc_trace()`](http://mc-stan.org/bayesplot/reference/MCMC-traces.html) |
| 12 | +* [`mcmc_trace()`](https://mc-stan.org/bayesplot/reference/MCMC-traces.html) |
13 | 13 | gains an argument `iter1` which can be used to label the traceplot starting
|
14 | 14 | from the first iteration after warmup. (#14, #155, @mcol)
|
15 | 15 |
|
16 |
| -* [`mcmc_areas()`](http://mc-stan.org/bayesplot/reference/MCMC-intervals.html) |
| 16 | +* [`mcmc_areas()`](https://mc-stan.org/bayesplot/reference/MCMC-intervals.html) |
17 | 17 | gains an argument `area_method` which controls how to draw the density
|
18 | 18 | curves. The default `"equal area"` constrains the heights so that the curves
|
19 | 19 | have the same area. As a result, a narrow interval will appear as a spike
|
|
41 | 41 | case where factor-conversion failed. (#162, #165, @wwiecek)
|
42 | 42 |
|
43 | 43 | * The examples in
|
44 |
| - [`?ppc_loo_pit_overlay()`](http://mc-stan.org/bayesplot/reference/PPC-loo.html) |
| 44 | + [`?ppc_loo_pit_overlay()`](https://mc-stan.org/bayesplot/reference/PPC-loo.html) |
45 | 45 | now work as expected. (#166, #167)
|
46 | 46 |
|
47 | 47 | * `ppc_bars()` and `ppc_bars_grouped()` now allow negative integers as input. (#172)
|
|
64 | 64 | - `bayesplot_theme_replace()`
|
65 | 65 |
|
66 | 66 | * The [Visual MCMC Diagnostics
|
67 |
| - vignette](http://mc-stan.org/bayesplot/articles/visual-mcmc-diagnostics.html) |
| 67 | + vignette](https://mc-stan.org/bayesplot/articles/visual-mcmc-diagnostics.html) |
68 | 68 | has been reorganized and has a lot of useful new content thanks to Martin
|
69 | 69 | Modrák. (#144, #153)
|
70 | 70 |
|
71 | 71 | * The [LOO predictive
|
72 |
| - checks](http://mc-stan.org/bayesplot/reference/PPC-loo.html) now require |
| 72 | + checks](https://mc-stan.org/bayesplot/reference/PPC-loo.html) now require |
73 | 73 | **loo** version `>= 2.0.0`. (#139)
|
74 | 74 |
|
75 | 75 | * Histogram plots gain a `breaks` argument that can be used as an alternative
|
76 | 76 | to `binwidth`. (#148)
|
77 | 77 |
|
78 |
| -* [`mcmc_pairs()`](http://mc-stan.org/bayesplot/reference/MCMC-scatterplots.html) |
| 78 | +* [`mcmc_pairs()`](https://mc-stan.org/bayesplot/reference/MCMC-scatterplots.html) |
79 | 79 | now has an argument `grid_args` to provide a way of passing optional
|
80 | 80 | arguments to `gridExtra::arrangeGrob()`. This can be used to add a title to
|
81 | 81 | the plot, for example. (#143)
|
82 | 82 |
|
83 |
| -* [`ppc_ecdf_overlay()`](http://mc-stan.org/bayesplot/reference/PPC-distributions.html) |
| 83 | +* [`ppc_ecdf_overlay()`](https://mc-stan.org/bayesplot/reference/PPC-distributions.html) |
84 | 84 | gains an argument `discrete`, which is `FALSE` by default, but can be used
|
85 | 85 | to make the Geom more appropriate for discrete data. (#145)
|
86 | 86 |
|
87 | 87 | * [PPC intervals
|
88 |
| - plots](http://mc-stan.org/bayesplot/reference/PPC-intervals.html) and [LOO |
89 |
| - predictive checks](http://mc-stan.org/bayesplot/reference/PPC-loo.html) now |
| 88 | + plots](https://mc-stan.org/bayesplot/reference/PPC-intervals.html) and [LOO |
| 89 | + predictive checks](https://mc-stan.org/bayesplot/reference/PPC-loo.html) now |
90 | 90 | draw both an outer and an inner probability interval, which can be
|
91 | 91 | controlled through the new argument `prob_outer` and the already existing
|
92 | 92 | `prob`. This is consistent with what is produced by `mcmc_intervals()`.
|
|
99 | 99 |
|
100 | 100 | (GitHub issue/PR numbers in parentheses)
|
101 | 101 |
|
102 |
| -* New package documentation website: <http://mc-stan.org/bayesplot/> |
| 102 | +* New package documentation website: <https://mc-stan.org/bayesplot/> |
103 | 103 |
|
104 | 104 | * Two new plots that visualize posterior density using
|
105 | 105 | [ridgelines][ggridges]. These work well when parameters have similar
|
|
0 commit comments