Introduction
The R community has developed packages for the Stan and Bayesian modeling workflow. BBR is designed to integrate into this modular workflow and uses the cmdstanr interface to Stan. All these tools are free and open-source.
Stan
Stan is a state-of-the-art platform for Bayesian statistical modeling and high-performance statistical computation. More information about Stan model structure, syntax, and probabilistic programming can be found at the links below.
CmdStanR
CmdStanR is a lightweight interface to Stan for R users. More information about using CmdStanR can be found at the links below.
Posterior
Provides tools for working with output from Bayesian models, including output from CmdStan.
Tidybayes
Integrates Bayesian modeling with the tidyverse and ggplot.
Bayesplot
Plotting Bayesian models and diagnostics with ggplot.
LOO
Efficient computation of the leave-one-out information criteria for model evaluation.