Published June 14, 2020
| Version v2.1.1
Software
Open
ggdist: Visualizations of distributions and uncertainty
Description
- Initial split from tidybayes: ggdist now contains all stats/geoms from tidybayes (except deprecated ones), all support functions for stats/geoms (such as
point_interval()),vignette("slabinterval"), andvignette("freq-uncertainty-vis"). Tidybayes will retain all other functions, and will re-export allggdistfunctions for now. - All stats and geoms now support automatic orientation determination. Thus, all
h-suffix geoms are now deprecated. Those geoms have been left intidybayesand give a deprecation warning when used; they cannot be used fromggdistdirectly. geom_interval(),geom_pointinterval(), andgeom_lineribbon()no longer automatically set theyminandymaxaesthetics if.loweror.upperare present in the data. This allows them to work better with automatic orientation detection (and was a bad feature to have existed in the first place anyway). The deprecatedtidybayes::geom_intervalh()andtidybayes::geom_pointintervalh()still automatically set those aesthetics, since they are deprecated anyway (so supporting the old behavior is fine in these functions).geom_lineribbon()/stat_lineribbon()now supports astepargument for creating stepped lineribbons. H/T to Solomon Kurz for the suggestion.ggdistnow has its own implementation of the scaled and shifted Student's t distribution (dstudent_t(),qstudent_t(), etc), since it is very useful for visualizing confidence distributions.
Files
mjskay/ggdist-v2.1.1.zip
Files
(17.5 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:6f6ffa10d2beda13ba37d956f39e5446
|
17.5 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/mjskay/ggdist/tree/v2.1.1 (URL)