bayesplot
bayesplot copied to clipboard
bayesplot R package for plotting Bayesian models
Given the increasing number of people developing R packages depending on Stan, it would be nice to have a vignette demonstrating the process of contributing a new plotting function to...
I'm not sure that this should actually go into **bayesplot** but I figure the people who would be interested and able to do something like this would read **bayesplot** issues....
There is a code for making the histogram for the SBC paper in the sbc_histogram branch.
I was thinking today about how `mcmc_intervals()` draws a vertical line if the x's contain 0. ```r library(bayesplot) library(ggplot2) x
This is an idea that came up in the discussion of #73 The point is to let users change the labels of the legend in bayesplot objects easily, possibly by...
These are currently hardcoded as _`y`_ and _`yrep`_, but it may be helpful to provide an easy way to override the defaults.
It would be great to let users customize more the plots from bayesplot to make them ready for presentations or other non-screen usage. A functionality like rstan_gg_options would be great...
Would it be possible to extend extractor methods, such as `rhat` and `neff_ratio`, to work with `mcmc.list` objects, of the type you get back from working with `rjags`/`coda.samples`? Currently, [bayesplot-extractors.R](https://github.com/stan-dev/bayesplot/blob/master/R/bayesplot-extractors.R)...
I was looking for functions to extract rhat and the ratio for number of effective samples, and found those in the brms-package for brmsfit-objects, but not in rstan or rstanarm...
Hi bayesplot team, Thank you for making a brilliant and very usable package. The mcmc_scatter plot is very useful for visualizing the correlations between two known parameters. However it is...