add_draws               Add draws to a data frame in tidy format
add_fitted_draws        Add draws from the posterior fit, predictions,
                        or residuals of a model to a data frame
combine_chains          Combine the chain and iteration columns of tidy
                        data frames of draws
compare_levels          Compare the value of draws of some variable
                        from a Bayesian model for different levels of a
                        factor
compose_data            Compose data for input into a Bayesian model
data_list               Data lists for input into Bayesian models
density_bins            Density bins and histogram bins as data frames
gather_draws            Extract draws of variables in a Bayesian model
                        fit into a tidy data format
gather_emmeans_draws    Extract a tidy data frame of draws of posterior
                        distributions of "estimated marginal means"
                        (emmeans/lsmeans) from a Bayesian model fit.
gather_pairs            Gather pairwise combinations of values from
                        key/value columns in a long-format data frame
gather_variables        Gather variables from a tidy data frame of
                        draws from variables into a single column
geom_dotsinterval       Automatic dotplots, dots + intervals, and
                        quantile dotplots (ggplot geom)
geom_eye                Eye plots of densities with point and interval
                        summaries (Deprecated spellings)
geom_interval           Multiple probability interval plots (ggplot
                        geom)
geom_lineribbon         Line + multiple probability ribbon plots
                        (ggplot geom)
geom_pointinterval      Point + multiple probability interval plots
                        (ggplot geom)
geom_slabinterval       Slab + point + interval meta-geom
get_variables           Get the names of the variables in a fitted
                        Bayesian model
lkjcorr_marginal        Marginal distribution of a single correlation
                        from an LKJ distribution
marginalize_lkjcorr     Turn spec for LKJ distribution into spec for
                        marginal LKJ distribution
n_prefix                Prefix function generator for composing
                        dimension index columns
parse_dist              Parse distribution specifications into columns
                        of a data frame
point_interval          Point and interval summaries for tidy data
                        frames of draws from distributions
predict_curve           Deprecated: Prediction curves for arbitrary
                        functions of posteriors
recover_types           Decorate a model fit or sample with data types
                        recovered from the input data
sample_draws            Sample draws from a tidy-format data frame of
                        draws
scales                  Custom ggplot scales for geom_slabinterval (and
                        derivatives)
stat_dist_slabinterval
                        Distribution + interval plots (eye plots,
                        half-eye plots, CCDF barplots, etc) for
                        analytical distributions (ggplot stat)
stat_interval           Multiple probability interval plots (ggplot
                        stat)
stat_lineribbon         Line + multiple probability ribbon plots
                        (ggplot stat)
stat_pointinterval      Point summary + multiple probability interval
                        plots (ggplot stat)
stat_sample_slabinterval
                        Distribution + interval plots (eye plots,
                        half-eye plots, CCDF barplots, etc) for samples
                        (ggplot stat)
theme_tidybayes         Simple, light ggplot2 theme for tidybayes
tidy-format-translators
                        Translate between different tidy data frame
                        formats for draws from distributions
tidy_draws              Get a sample of posterior draws from a model as
                        a tibble
tidybayes-deprecated    Deprecated functions, arguments, and column
                        names in tidybayes
tidybayes-models        Models supported by tidybayes
tidybayes-package       Tidy Data and 'Geoms' for Bayesian Models
ungather_draws          Turn tidy data frames of variables from a
                        Bayesian model back into untidy data
x_at_y                  Generate lookup vectors for composing nested
                        indices
