bayesplot
bayesplot copied to clipboard
bayesplot R package for plotting Bayesian models
Currently the `transformations` argument to the `mcmc_*` functions only handles univariate transformations (i.e., transformations of scalar parameters).
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...
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...
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...
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...
Already in progress on `group2` branch.
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...