APPLIED BAYESIAN MODELING
ICPSR SUMMER PROGRAM, JUNE 26-28, 2024
Welcome to the website for my workshop Applied Bayesian Models for Social Scientists: From Theory to Estimation and Inference in the 2024 ICPSR Summer Program. This page contains course materials, a variety of information on how to fit and present Bayesian models using Stan and R. Please email me if you have any questions about the material on this page or if you discover any errors. Additional materials for participants will be distributed during the workshop via Canvas. Instructions on how to prepare and what to install will be sent to all participants before the first day of the workshop.
Workshop materials
- Syllabus
- Installing R, RStudio, and Stan
- Tutorials for lab sessions
- BayesPostEst, an R package with functions from the workshop
Installing R, RStudio, and Stan
- Install the most recent version of R from the CRAN website.
- Download and install the most recent version of RStudio.
- To install Stan, a powerful and fast-growing tool for Bayesian estimation, follow the instructions at stan-dev. We've set time aside to go over installation during the workshop, since it will likely require a few individual adjustments depending on your computer's operating system.
Lab tutorials
The following tutorials (available on Canvas) accompany the labs offered during the workshop:- Introduction to R and Reproducible data analysis in R (by Herrissa Lamothe)
- Introduction to Stan and rstanarm
- Assessing convergence
- Working with MCMC output
- Managing multilevel data in R
- Communicating results from Bayesian analysis