Jonah Gabry
Jonah Gabry
Yeah I actually recently merged a PR from @hhau that added this (https://github.com/stan-dev/bayesplot/pull/221), so it should be available now if you install bayesplot from GitHub.
I see what you mean about the line not playing well with other themes. This this seems like a good solution.
Thanks for the link. If they add that functionality to ggplot2 we should definitely have it play nicely with bayesplot, which would also take care of this early issue I...
@wds15 it would be pretty simple to add either an option or separate function to do what you did manually there. I'll try to get that into the next release,...
That's true. Adding an example is probably sufficient. On Wed, Jan 25, 2017 at 2:42 AM wds15 wrote: > This is so simple that we could just include it as...
I think the batch argument is different from what you're describing. It was intended to allow grouping parameters together that make sense to look at together or that make it...
> Is there interest in converting a bayesplot_grid object into something that can be used with normal ggplot2? (If so, I can try to generalize what I'm working on into...
@mcol Thanks, yeah I agree this would be nice. @tjmahr Yeah, fully agree. A function for this would be great.
Thanks for the feature request! We have a function in bayesplot called `mcmc_intervals_data()` which does something similar to the summary that your function creates ```r library(bayesplot) x