bayesplot icon indicating copy to clipboard operation
bayesplot copied to clipboard

bayesplot R package for plotting Bayesian models

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

Currently the `transformations` argument to the `mcmc_*` functions only handles univariate transformations (i.e., transformations of scalar parameters).

feature

Not sure what's going on here. ```r library(bayesplot) y

This is something I noticed while reviewing `ppc_dens_overlay()`. The density defaults were hard-coded for `ppc_dens_overlay()` but not for these similar functions. ```r mcmc_areas

Suggested by @tjmahr. Currently the ggplot objects returned by bayesplot can be modified using many of the ggplot2 functions but some things are hard or impossible to change once the...

feature

It would be great to have a so-called visual predictive check. To exemplify it I include an example in the form of a simple R script. This plot is very...

feature
new plot

I think it would help usability to make the various functions methods. I love that the functions are frontend agnostic and take arrays or data frames, but it would make...

feature

Hi! I just discovered the intervals function which looks great! I know that I should put all of my parameters one the unit-scale, but in practice I sometimes don't do...

feature

Hi We preparing the next release of ggplot2 and our reverse dependency checks show that your package is failing with the new version. It seems some of the tests are...

Most of the models do include parameters that do make the posterior predictive mean to match the observed mean, and the test statistic "mean" is perfectly dependent and not ancillary...