Published June 19, 2020
| Version v2.1.1
Software
Open
tidybayes: Tidy Data and Geoms for Bayesian Models
Description
- Initial split of
tidybayesintotidybayesandggdist(#250).ggdistnow contains all stats/geoms from tidybayes (except deprecated ones), all support functions for stats/geoms (such aspoint_interval()),vignette("slabinterval"), andvignette("freq-uncertainty-vis").tidybayesretains all other functions, and re-exports allggdistfunctions for now. - All stats and geoms now support automatic orientation detection (#257), following the new automatic orientation detection approach in
ggplot2. If needed, this can be overridden using the existingorientationparameter.- All
h-suffix geoms are now deprecated. Theh-suffix geoms have been left intidybayesand give a deprecation warning when used; they cannot be used fromggdistdirectly. - The
h-suffixpoint_interval()functions are also deprecated, since they are not needed in tidybayes nor inggplot2::stat_summary(). 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).
- All
geom_lineribbon()/stat_lineribbon()now supports astepargument for creating stepped lineribbons (#249). 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. That is re-exported intidybayesas well`.- All deprecated functions and geoms now throw deprecation warnings (previously, several deprecated functions did not).
Files
mjskay/tidybayes-v2.1.1.zip
Files
(36.5 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:f5d94ffa5ab08610881025f14b9ff934
|
36.5 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/mjskay/tidybayes/tree/v2.1.1 (URL)