bayesplot icon indicating copy to clipboard operation
bayesplot copied to clipboard

bayesplot R package for plotting Bayesian models

Results 95 bayesplot issues
Sort by recently updated
recently updated
newest added

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...

feature
new plot

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...

documentation
tests
good first issue

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...

good first issue

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...

maintenance

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...

feature
new plot