Back to /~vavraj/

Credit

Overview

Exercise 1 (27 October)

  • Topic: Bayesian approach when the posterior is known
  • Assignment: Discover the true posterior distribution, construct credible intervals and compare them with approximation via Monte Carlo approach. Full assignment in PDF
  • Deadline: Monday 3 November 9:00

Exercise 2 (10 November)

  • Topic: How to use JAGS (Just Another Gibbs Sampler) for estimating hierarchical models
  • Assignment: Using Gibbs sampling approximate the posterior distribution of model parameters of logistic regression with random intercepts. The intercepts are treated as additional secondary parameters. Full assignment in PDF
  • Data: toenail.txt
  • Deadline: None - solved together during exercise class, but there is Exercise 2.5

Homework (10-30 November)

Exercise 3a (1 December)

  • Topic: Implement and fit LME with random intercept and slope using JAGS.
  • Assignment: Full assignment in PDF
  • Data: aids from library(JM)
  • Deadline: Monday 29 December 9:00

Exercise 3b (1 December)

  • Topic: Implement and fit parametric proportional hazards model (under Weibull assumption) for right-censored time to death using JAGS.
  • Assignment: Full assignment in PDF
  • Data: aggregated aids from library(JM)
  • Deadline: Monday 29 December 9:00

Exercise 3c (8 December)

  • Topic: Implement and fit joint model of LME and parametric proportional hazards model using JAGS.
  • Assignment: Full assignment in PDF
  • Data: aids from library(JM)
  • Deadline: Monday 29 December 9:00

Exercise 4 (15 December)

  • Topic: TBA + Discussion
  • Assignment: TBA
  • Data: TBA
  • Deadline: before exam

Exercise 3d (5 January)

  • Topic: Joint model with more flexible hazard function using library(JMbayes).
  • Data: aids from library(JM)
  • Deadline: None - solved together during exercise class

Exercise 5 (5 January)

  • Topic: Introduction of RStan, a modern software for Bayesian inference using MCMC. Discussion.