Marginal model

From HandWiki

In statistics, marginal models (Heagerty & Zeger, 2000) are a technique for obtaining regression estimates in multilevel modeling, also called hierarchical linear models. People often want to know the effect of a predictor/explanatory variable X, on a response variable Y. One way to get an estimate for such effects is through regression analysis.

Why the name marginal model?

In a typical multilevel model, there are level 1 & 2 residuals (R and U variables). The two variables form a joint distribution for the response variable ([math]\displaystyle{ Y_{ij} }[/math]). In a marginal model, we collapse over the level 1 & 2 residuals and thus marginalize (see also conditional probability) the joint distribution into a univariate normal distribution. We then fit the marginal model to data.

For example, for the following hierarchical model,

level 1: [math]\displaystyle{ Y_{ij} = \beta_{0j} + R_{ij} }[/math], the residual is [math]\displaystyle{ R_{ij} }[/math], and [math]\displaystyle{ \operatorname{var}(R_{ij}) = \sigma^2 }[/math]
level 2: [math]\displaystyle{ \beta_{0j} = \gamma_{00} + U_{0j} }[/math], the residual is [math]\displaystyle{ U_{0j} }[/math], and [math]\displaystyle{ \operatorname{var}(U_{0j}) = \tau_0^2 }[/math]

Thus, the marginal model is,

[math]\displaystyle{ Y_{ij} \sim N(\gamma_{00},(\tau_0^2+\sigma^2)) }[/math]

This model is what is used to fit to data in order to get regression estimates.

References

Heagerty, P. J., & Zeger, S. L. (2000). Marginalized multilevel models and likelihood inference. Statistical Science, 15(1), 1-26.