direct regression adjustment vs IPW

In class tonight we examined and R script which generates some "observational" data with confounding and compares inverse probability weighting to direct regression adjustment for the purpose of estimating the average treatment effect. More concretely, we want to compare two estimators that are based on the following representations of the average treatment effect: $latex \tau… Continue reading direct regression adjustment vs IPW

Protecting against underflow when using Bayes rule

If we have data that we assume has arisen via an i.i.d. parametric model and a discrete set of $latex K&s=1$ values that parameter can take, then Bayes rule has the form $latex \pi(\theta \mid y_{1:n}) = c^{-1} \pi(\theta) \prod_{i = 1}^n f(y_i \mid \theta),&s=1$ where $latex c = \sum_{k = 1}^K \pi(\theta_k) \prod_{i =… Continue reading Protecting against underflow when using Bayes rule

Papers to read

Rosenbaum and Rubin. Please read this for class next Monday. Also, here are several papers about vitamin D, which we discussed in class this evening. A call to public health authorities Men's Journal article. (Read the comment section.) Obesity and vitamin D Fracture risk and vitamin D Meta-analysis of vitamin D's effect on mortality

Bayesian linear regression notes

Here is a great explanation of the Stein phenomenon. Here is a truly fantastic set of notes on Bayesian linear regression. Here is a short R script implementing a Gibbs sampler for the Bayesian linear regression model under the independent Normal-Gamma prior from section 1.4 of the above notes. Here is a picture of the Mogollon… Continue reading Bayesian linear regression notes