bayesplot
bayesplot copied to clipboard
bayesplot R package for plotting Bayesian models
Hi, First - thanks to all developers for creating such a useful plotting package. I have come across a bug in mcmc_areas_ridges recently, which means that the density plots created...
Hello, I have a model fitted with cmdstanR which did not converge properly. The Rhat for one of the parameters is 1.33 when I look at `model_fit$summary()`, however if turn...
Data file: [https://drive.google.com/open?id=1pnAUDCz9uscccSaUISodF9cqGF23uNzU](https://drive.google.com/open?id=1pnAUDCz9uscccSaUISodF9cqGF23uNzU) ## Off-diagonal bivariate scatter plot axes are out of line My understanding from the documentation is that half the chains are used for each of the off-diagonal...
Hi there! Thanks for maintaining `bayesplot`! I've got a bit of a funny issue that I was wondering if you have encountered with `bayesplot`. I find that sometimes, but not...
`mcmc_pairs` doesn't behave in the same way as `rstan::pairs` with respect to highlighting max_treedepth warnings. As a result, setting the `max_treedepth` option in `mcmc_pairs` to the same value passed to...
Hi, thanks so much for the package, it's a huge help! I am cross-posting this issue on [the stan forums](https://discourse.mc-stan.org/t/posterior-predictive-check-with-two-grouping-variables/25222) in case there is a solution I am missing. Essentially...
I'd like to the color of a few specific variables in my mcmc_area() plot to be one color, while the rest are another color. Referencing your plot from the Posterior...
This PR is not new, just a reworked version of PR #210 from @VeenDuco. For some reason that PR got messed up and it lists 223 files changed when there...
Error using posterior_predict() or pp_check() on a rstanarm::stan_gamm4() model with binomial family
Hello, There seems to be a tiny bug when using pp_check on a model fitted using `rstanarm::stan_gamm4(... family = binomial(link = "logit"))`. When including a random effect, it seems like...