bayesplot
bayesplot copied to clipboard
bayesplot R package for plotting Bayesian models
In #361 and #358, as part of our discussion related to enhancing error/residual plots in general, we talked about implementing a new function named `ppc_residual_scatter`. The idea of such a...
In `ppc-distribution`, there is some insufficient information in the documentation, which should be updated. Also, `test-ppc-distribution` has a typo, which makes tests run the wrong function while testing. Here is...
As bayesplot grows, the number of small issues that can be easily fixed increases. These tasks are often related to fixing a part of the documentation or adding a small...
There have been demands (#350, #349) for new functionalities regarding PPC Error plots. Those demands are logical and worth implementing; however, to avoid cluttering the current PPC error documentation page...
In #343, @TeemuSailynoja highlighted the lack of residual plots, especially for discrete observations. It is about the fact that `ppc_error_scatter_vs_x` scatter doesn't work for discrete observations, and `ppc_error_binned` doesn't currently...