Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

But what about the histogram? #162

Closed
ASKurz opened this issue Mar 16, 2019 · 3 comments
Closed

But what about the histogram? #162

ASKurz opened this issue Mar 16, 2019 · 3 comments

Comments

@ASKurz
Copy link

ASKurz commented Mar 16, 2019

Hey @mjskay,

Would it to possible to either extend geom_halfeyeh() or make a complimentary function that could depict the posterior as a histogram while still summarizing the central tendency and intervals below?

Thanks,
Solomon

@mjskay
Copy link
Owner

mjskay commented Mar 19, 2019

Ah interesting question. I think i would want to roll this into the general consolidation of the various density/pointinterval geoms I am planning (#84).

In the mean time, I think you could do something like this using ggridges::geom_density_ridges(stat = "binline", ...) + stat_pointintervalh()?

@ASKurz
Copy link
Author

ASKurz commented Mar 19, 2019

That sounds like a useful consolidation, for sure. And a big one. In the meantime, thanks for the suggestion! I’ll play around with it.

@mjskay
Copy link
Owner

mjskay commented Jul 30, 2019

You may be pleased to hear that this is available on the meta_geom branch now as part of the complete overhaul of the tidybayes geoms. It's not on master yet but it will filter down soon and will be in the next CRAN release as stat_histinterval and stat_histintervalh (unless I change the names before then...)

@mjskay mjskay closed this as completed Jul 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants