caseyyoungflesh / IDRE-Hierarchicial-Bayesian-Modeling

UCLA Bayesian modeling workshop - May 6, 2022 - 9am - 4pm (Pacific)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IDRE-Hierarchicial-Bayesian-Modeling

What

Hierarchical Bayesian modeling with applications for spatial environmental data science (1-day workshop)

When

May 6, 9am - 4pm (Pacific)

Where

Virtual (register with UCLA Institute for Digital Research & Education here)

Schedule

09:00 AM – 09:05 AM - Welcome and Introduction

09:05 AM – 12:00 PM - Intro to hierarchical Bayesian modeling using Stan (Instructor: Youngflesh)

12:00 PM – 01: 00 PM - Lunch Break

01:00 PM – 04:00 PM - Hierarchical Bayesian modeling for spatial data science (Instructor: Banerjee)

Before the workshop begins

Parts of this workshop will be interactive. That is, you will fit Bayesian models on your own computers. To take advantage of these activities, please have the following installed on your computer before the start of the workshop:

  • RStudio
  • R
  • For the MORNING SESSION: The rstan, tidyverse, and MCMCvis packages
    • Install R packages with: install.packages('rstan', 'tidyverse', 'MCMCvis')
    • Detailed instructions for installing the rstan package can be found here
    • The Stan forums are a useful resource to help troubleshoot package installation issues
  • For the AFTERNOON SESSION: The maps, spdep, maptools, classInt, RColorBrewer, MBA, fields, geoR, R2OpenBUGS, spatialreg, raster, leaflet, and sp packages
    • Please install OpenBUGS before installing the R2OpenBUGS package from here. Instructions for installation of OpenBUGS on Mac can be found here.
    • Install R packages with: install.packages('maps', 'spdep', 'maptools', 'classInt', 'RColorBrewer', 'MBA', 'fields', 'geoR', 'R2OpenBUGS', 'spatialreg', 'raster', 'leaflet', 'sp')

Code

Code for the morning session can be found at Scripts/morning_session/:

Code and data for the afternoon session can be found at Scripts/afternoon_session/

Slides

Slides for the morning session can be found at Presentations/morning_session/

Slides for the afternoon session can be found at Presentations/afternoon_session/

Presentation

A recording of the workshop in its entirity can be found on YouTube here

About

UCLA Bayesian modeling workshop - May 6, 2022 - 9am - 4pm (Pacific)

License:MIT License


Languages

Language:HTML 99.7%Language:R 0.2%Language:CSS 0.1%Language:Stan 0.0%