Learn R Programming

bayesplot (version 1.14.0)

Plotting for Bayesian Models

Description

Plotting functions for posterior analysis, MCMC diagnostics, prior and posterior predictive checks, and other visualizations to support the applied Bayesian workflow advocated in Gabry, Simpson, Vehtari, Betancourt, and Gelman (2019) . The package is designed not only to provide convenient functionality for users, but also a common set of functions that can be easily used by developers working on a variety of R packages for Bayesian modeling, particularly (but not exclusively) packages interfacing with 'Stan'.

Copy Link

Version

Install

install.packages('bayesplot')

Monthly Downloads

33,414

Version

1.14.0

License

GPL (>= 3)

Maintainer

Jonah Gabry

Last Published

August 31st, 2025

Functions in bayesplot (1.14.0)

MCMC-diagnostics

General MCMC diagnostics
MCMC-parcoord

Parallel coordinates plot of MCMC draws
MCMC-scatterplots

Scatterplots of MCMC draws
MCMC-overview

Plots for Markov chain Monte Carlo simulations
MCMC-distributions

Histograms and kernel density plots of MCMC draws
MCMC-nuts

Diagnostic plots for the No-U-Turn-Sampler (NUTS)
MCMC-traces

Trace and rank plots of MCMC draws
MCMC-combos

Combination plots
MCMC-intervals

Plot interval estimates from MCMC draws
MCMC-recover

Compare MCMC estimates to "true" parameter values
PPC-intervals

PPC intervals
PPC-overview

Graphical posterior predictive checking
PPC-distributions

PPC distributions
PPC-censoring

PPC censoring
PPC-scatterplots

PPC scatterplots
PPC-loo

LOO predictive checks
PPC-test-statistics

PPC test statistics
PPD-distributions

PPD distributions
PPC-discrete

PPCs for discrete outcomes
PPC-errors

PPC errors
bayesplot-package

bayesplot: Plotting for Bayesian Models
bayesplot-colors

Set, get, or view bayesplot color schemes
bayesplot_grid

Arrange plots in a grid
PPD-intervals

PPD intervals
PPD-test-statistics

PPD test statistics
available_ppc

Get or view the names of available plotting or data functions
bayesplot_theme_get

Get, set, and modify the active bayesplot theme
PPD-overview

Plots of posterior or prior predictive distributions
bayesplot-extractors

Extract quantities needed for plotting from model objects
bayesplot-helpers

Convenience functions for adding or changing plot details
theme_default

Default bayesplot plotting theme
reexports

Objects exported from other packages
tidy-params

Tidy parameter selection
pp_check

Posterior (or prior) predictive checks (S3 generic and default method)
example-data

Example draws to use in demonstrations and tests