Covariance Structure

Overview

What is covariance structure

Intuition

Think of covariance structure as the model's assumption about similarity.
It tells the model:

Which observations should be treated as more similar, and by how much?

Why covariance structure matters

If the covariance structure is wrong, estimates may look reasonable, but the uncertainty can be wrong. This can lead to misleading inference.

Where covariance structures are used

Repeated-measures and longitudinal models

Time series models

Spatial models

Multivariate models

Mixed-effects models

Common covariance structures

Independent (simplest structure)

Assumption:

Compound symmetry (CS)

Assumption:

Example:

corr(time1, time2) = corr(time1, time4)

Use when repeated measurements are equally related, no matter how far apart they are.

Example situation:

Autoregressive order 1, AR(1)

Assumption:

Example:

corr(time1, time2) > corr(time1, time4)

This makes sense for ordered data.

Example situations:

Unstructured (UN)

Assumption:

This is very flexible, but needs more data.

Use when:

Problem:

Heterogeneous structures

The H usually means variances are allowed to differ across measurements or time points.

Example:

variance(time1) ≠ variance(time2) ≠ variance(time3)

This is useful when measurements become more or less variable over time or across conditions.

Common examples: