Package: tidybayes Title: Tidy Data and 'Geoms' for Bayesian Models Version: 3.0.7.9000 Authors@R: c( person("Matthew", "Kay", role = c("aut", "cre"), email = "mjskay@northwestern.edu"), person("Timothy", "Mastny", role = "ctb", email = "tim.mastny@gmail.com") ) Maintainer: Matthew Kay Description: Compose data for and extract, manipulate, and visualize posterior draws from Bayesian models ('JAGS', 'Stan', 'rstanarm', 'brms', 'MCMCglmm', 'coda', ...) in a tidy data format. Functions are provided to help extract tidy data frames of draws from Bayesian models and that generate point summaries and intervals in a tidy format. In addition, 'ggplot2' 'geoms' and 'stats' are provided for common visualization primitives like points with multiple uncertainty intervals, eye plots (intervals plus densities), and fit curves with multiple, arbitrary uncertainty bands. Depends: R (>= 4.0.0) Imports: methods, ggdist (>= 3.0.0), dplyr (>= 1.1.0), tidyr (>= 1.0.0), ggplot2 (>= 3.3.5), coda, rlang (>= 0.3.0), arrayhelpers, tidyselect, tibble, magrittr, posterior (>= 1.0.1), withr, cli, vctrs Suggests: knitr, testthat, purrr (>= 0.2.3), forcats, vdiffr (>= 1.0.0), svglite, rstan (>= 2.17.0), rstantools (>= 2.1.0), runjags, rjags, jagsUI, rstanarm (>= 2.19.2), emmeans, broom (>= 0.4.3), MCMCglmm, bayesplot, modelr, brms (>= 2.16.0), cowplot, covr, rmarkdown, ggrepel, bindrcpp, RColorBrewer, gganimate, gifski, png, ragg, pkgdown, distributional, transformr License: GPL (>= 3) Language: en-US BugReports: https://github.com/mjskay/tidybayes/issues URL: https://mjskay.github.io/tidybayes/, https://github.com/mjskay/tidybayes/ VignetteBuilder: knitr RoxygenNote: 7.3.2 Encoding: UTF-8 Collate: "ggdist-curve_interval.R" "ggdist-cut_cdf_qi.R" "ggdist-geom_slabinterval.R" "ggdist-geom_dotsinterval.R" "ggdist-geom_interval.R" "ggdist-geom_lineribbon.R" "ggdist-geom_pointinterval.R" "ggdist-lkjcorr_marginal.R" "ggdist-parse_dist.R" "ggdist-scales.R" "ggdist-stat_slabinterval.R" "ggdist-stat_dist_slabinterval.R" "ggdist-stat_sample_slabinterval.R" "ggdist-stat_dotsinterval.R" "ggdist-stat_pointinterval.R" "ggdist-stat_interval.R" "ggdist-stat_lineribbon.R" "ggdist-student_t.R" "ggdist-theme_ggdist.R" "ggdist-tidy_format_translators.R" "tidybayes-package.R" "add_draws.R" "combine_chains.R" "compare_levels.R" "compose_data.R" "density_bins.R" "emmeans_comparison.R" "epred_draws.R" "epred_rvars.R" "flip_aes.R" "gather_draws.R" "gather_emmeans_draws.R" "gather_pairs.R" "gather_rvars.R" "gather_variables.R" "get_variables.R" "global_variables.R" "linpred_draws.R" "linpred_rvars.R" "nest_rvars.R" "onAttach.R" "point_interval.R" "predict_curve.R" "predicted_draws.R" "predicted_rvars.R" "recover_types.R" "residual_draws.R" "sample_draws.R" "spread_draws.R" "spread_rvars.R" "summarise_draws.R" "testthat.R" "tidy_draws.R" "tidybayes-models.R" "ungather_draws.R" "unspread_draws.R" "util.R" "x_at_y.R" "deprecated.R" Roxygen: list(markdown = TRUE) Config/pak/sysreqs: libicu-dev Repository: https://mjskay.r-universe.dev Date/Publication: 2024-09-17 00:07:48 UTC RemoteUrl: https://github.com/mjskay/tidybayes RemoteRef: HEAD RemoteSha: fb494368784350b0269fda406a37c1195d5401d6 NeedsCompilation: no Packaged: 2026-06-14 07:53:03 UTC; root Author: Matthew Kay [aut, cre], Timothy Mastny [ctb]