Bayesian Methods for Regression in R

Course Topics

[video:https://vimeo.com/39411439]

 from  on .

 

An outline for questions I hope to answer:

What is Bayes’ Rule? (lecture portion)

â–º What is the likelihood?

â–º What is the prior distribution?

â–º How should I choose it?

â–º Why use a conjugate prior?

â–º What is a subjective versus objective prior?

â–º What is the posterior distribution?

â–º How do I use it to make statistical inference?

â–º How is this inference different from frequentist/classical inference?

â–º What computational tools do I need in order to make inference?

How can I use R to do regression in a Bayesian paradigm? (computer portion)

â–º What libraries in R support Bayesian analysis?

â–º How do I use some of these libraries?

â–º How do I interpret the output?

â–º How do I produce diagnostic plots?

â–º What common topics do these libraries not support?

â–º How can I do them myself?

â–º How can LISA help me?

â–º What resources are available to help me Bayesian methods in R?

Before you show up:

The main focus of this short course will be the Bayesian aspect of it. That means this is a slightly more advanced course requiring some knowledge of basic probability, regression methods, and the R software language. The pre course assignment is quite long. If there are already parts you are comfortable with, feel free to skip.

Pre-course assignment:

  • Refresh basics of probability
    • Conditional probability
    • Bayes’ Theorem
    • Common probability distributions
      • Normal
      • Gamma (and its special cases)
      • Poisson
      • Binomial (Bernoulli is a special case)
      • Beta
      • T
      • Uniform
    • Not so common probability distributions
      • Inverse-Gamma
      • Wishart
      • Inverse-Wishart
      • Dirichlet
  • Refresh knowledge of R software language.
    • Install R and RStudio on your computer (both free).
      • Link to R: 
      • Link to RStudio: