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

@tjmahr I'm not sure this is the best way to offer this option, so if you have a better idea I'm definitely open to it. This PR adds functions `facet_relabel_gg()`...

feature

This PR makes `mcmc_pairs()` return a ggplot object instead of a bayesplot_group object (Fix #268). This is a DRAFT PR for review and comment!!! The reason that it is a...

Related to #128 and to several other questions (such as https://discourse.mc-stan.org/t/manipulating-bayesplot-plots/4419). It would be handy if `bayesplot_grid` objects could be modified like any other ggplot object. I understand that it...

As requested by @avehtari and @hyunjimoon, implement the ecdf plots from [this article](https://arxiv.org/abs/2103.10522). Code for the article is available [here](https://github.com/TeemuSailynoja/simultaneous-confidence-bands/blob/main/ecdf_plot_functions.R), so mostly cleaning and formatting needed.

Opening issue to discuss adding the following tutorial https://tinyurl.com/loo-pit-tutorial

documentation

Hello, I am interested in plotting posterior parameter estimates from multiple models in the same graph as [this person describes here](https://stackoverflow.com/questions/52875665/plotting-posterior-parameter-estimates-from-multiple-models-with-bayesplot). Is there an easy way to do this? Thanks!

feature

Hi, I think I identified a bug leading to incorrect posterior predictive counts of discrete outcomes under some edge values. Find below a minimal reproducible example. Thanks for such an...

Is it possible to use `ppc_error_binned()`, or any other **bayesplot** functions, to make binned residual plots with respect to model predictors? The use case is Gelman et al (2020, Section...

I think it could be useful to have a way to specify weights for draws for functions like `mcmc_hist` and `mcmc_dens`. This way when dealing with weighted draws (e.g. a...

In #234, we discussed the following: > * I tried to stick as close as possible to `ppc_ecdf_overlay()`, with one exception: In `ppc_km_overlay()`, I hard-coded the use of `geom_step()`. In...