We begin by reviewing notation for unintentional missing data.
Let $y$ represent the complete data that would be observed with no missing values.
The structure of $y$ may be a vector of univariate measurements or a matrix with multivariate responses for each unit.
The complete data $y$ may also include covariates, such as in a multivariate normal model for predictors and outcomes jointly.
Write
$y = (y_{\text{obs}},, y_{\text{mis}})$,
where $y_{\text{obs}}$ denotes observed values and $y_{\text{mis}}$ denotes missing values.
An indicator variable $I$ has the same dimension as $y$.
Each element equals $1$ if the corresponding value of $y$ is observed and $0$ if missing.
The indicator $I$ is fully observed.
Item nonresponse corresponds to $I_{ij} = 0$ for unit $i$, variable $j$; unit nonresponse corresponds to $I_{ij} = 0$ for all $j$ for a given unit $i$.
The joint distribution of $(y, I)$ given parameters $(\theta, \phi)$ is
The observed information is $(y_{\text{obs}}, I)$.
The observed-data distribution integrates over missing components:
Missing at Random (MAR)
Data are missing at random (MAR) if the missingness mechanism does not depend on the missing values:
Under MAR, the observed-data distribution becomes
where
If $\theta$ (data-model parameters) and $\phi$ (missingness parameters) are distinct, meaning independent in the prior, then inference for $\theta$ may proceed using only the observed-data likelihood $p(y_{\text{obs}} \mid \theta)$.
In this case, the missing-data mechanism is ignorable.
Missing Completely at Random (MCAR)
Data are missing completely at random (MCAR) if
MCAR is stronger than MAR and usually implausible.
MAR + distinct parameters is generally sufficient to avoid modeling the missingness mechanism explicitly.
Including more relevant observed variables in $y$ increases the plausibility of MAR by reducing dependence of missingness on unobserved information.
Examples
Consider two variables $y = (\text{age}, \text{income})$, with age fully observed and income partially missing.
Assume a bivariate normal distribution for $(\text{age}, \text{income})$.
- MCAR:
Missingness of income does not depend on age or income. - MAR but not MCAR:
Missingness depends on age but not on income given age.
The mechanism is ignorable if $\theta$ and $\phi$ are distinct. - Not MAR (nonignorable):
Missingness depends on age and also on income within age groups.
The relevance of the missing-data mechanism depends on analytic goals.
For inference about age only, income data may be ignored and the mechanism becomes irrelevant.
For inference about income, the missing-data process must be modeled.
