This is the material for the two day course on Bayesian Data Analysis for Medical Data, at the Ospedale Maggiore in Trieste (Italy), 15 - 16 June 2016
http://biostatistica.units.it/
Bayesian methods are getting increasingly popular since they can allow for fitting complex models and providing richer inference from empirical observations without reference to p-values. Bayesian data analysis applies flexibly and seamlessly to complex hierarchical models and realistic data structures, including small samples, unbalanced designs, missing data, censored data while Bayesian analysis software, which is now widely available, can be used in an extremely broad variety of data models. This course will show how to carry out and interpret Bayesian statistical analysis, hands on, with free software R. The first part will be aimed to describe the basic of Bayesian inference by examining simple Bayesian models. Models that are more complicated will also be explored, including logistic regression as well as hierarchical and auto-regressive models. Bayesian computational methods, particularly Markov Chain Monte Carlo methods, will be progressively introduced as motivated by the models discussed. Emphasis will also be placed on model checking and model diagnostics.
The course is intended for students, researchers from all disciplines and clinicians who want a ground-floor introduction to Bayesian data analysis for medical data.
- Introduction to Bayesian Inference
- Hierarchical Modeling
- with examples in BUGS
- Bayesian meta-analysis
- Introduction to MCMC
- Predictive Distribution Model Checking
- missing values handling
- Bayesian disease mapping
- Prior calibration
No specific mathematical expertise is required. Some familiarity with statistical methods such as t-test and linear regression can be helpful, as well as some previous experience with programming in R, but they are not critical.
-
R version 3.0.2 or later http://www.r-project.org/
-
OpenBUGS http://www.openbugs.net/w/FrontPage
-
RStan https://github.com/stan-dev/rstan/wiki/RStan-Getting-Started
- make sure to carefully follow all the instructions and setup correctly the toolchain
- for Windows, you need to install Rtools on Windows https://github.com/stan-dev/rstan/wiki/Install-Rtools-for-Windows
- for MAC check the prerequisite installation instructions https://github.com/stan-dev/rstan/wiki/RStan-Mac-OS-X-Prerequisite-Installation-Instructions
- make sure to carefully follow all the instructions and setup correctly the toolchain
-
Although it is not required, it is recommend installing RStudio https://www.rstudio.com
-
R packages BRugs, R2OpenBUGS, rjags, rstanarm are also required
-
Other R packages that will be used: knitr, xtable, plotrix, ggplot2, metafor, maptools, sp, spdep, RColorBrewer, classInt
- Paola Berchialla