Background
Bayesian stats is much more than just fitting a model
Bayesian statistics require several steps with key decision-making moments along the way that could greatly impact your analysis. Gelman et al. (2020) outlines a workflow that helps navigate through the critical decision points:
Pick an initial model
Fit the model
Validate computation
Address computational issues
Evaluate and use model OR modify the model
Compare models
This workshop covers how aspects of the brms
package can be applied in each step of the Bayesian workflow. This is by no means a comprehensive list of things you should consider in your workflow, but more like a starter pack. Check out the References section of this reader for resources with a more comprehensive look at Bayesian statistics.