Measurement error in the dependent variable inflates standard errors. But the OLS estimator is still BLUE. The same cannot be said of measurement error in the independent variable. It will produce a correlation between \(X\) and \(\epsilon\), which will bias the parameter estimates.
11.2 Measurement Error in the Dependent Variable
In the dependent variable, we’ll generally observe greater variance estimates. Let the true data-generating process be
\[Y^{*}_i = \alpha + \beta X_i + \epsilon_i\]
But let’s assume we cannot observe the true \(Y^{*}\), and instead observe \(Y_i\) with some degree of error,
\[Y_i = Y^{*}_i + u_i.\]
Then,
\[Y_i = \alpha + \beta X_i + \epsilon_i + u_i,\]
where there are now two error components. The variance of the slope estimator becomes
As measurement error decreases (i.e., \(\sigma^2_u\) decreases), so too will the standard errors associated with \(b\). Importantly, the expected value of \(b\) is unchanged – the estimator is still unbiased, provided \(u_i\) is uncorrelated with \(X_i\).
11.3 Measurement Error in the Independent Variable
On the other hand, for the independent variable(s), assume the true model is
\[Y_i = \alpha + \beta X_i^{*} + \epsilon_i.\]
But assume we cannot observe the true \(X^{*}\), and instead observe \(X_i\) with some degree of error,
As measurement error increases, the magnitude of the estimated coefficient for \(\beta\) will shrink toward zero. Measurement error in the independent variable produces an attenuation bias.
With measurement error in the IV(s), OLS is biased. With measurement error in the DV, OLS is BLUE, but standard errors will be larger. (Recall the bias–variance tradeoff.)
11.4 Simulation: Attenuation Bias
Let’s see attenuation bias in action. We’ll simulate a true \(X^{*}\), generate \(Y\) from the true model, and then estimate \(\beta\) using progressively noisier measures of \(X\).
The term \(\sigma^2_{X^{*}} / (\sigma^2_{X^{*}} + \sigma^2_{\gamma})\) is sometimes called the reliability of \(X\) and lies in \([0, 1]\). As \(\sigma^2_{\gamma} \to 0\), reliability approaches 1 and \(\hat{\beta}\) approaches \(\beta\). As \(\sigma^2_{\gamma}\) grows, reliability – and \(\hat{\beta}\) – shrinks toward zero.
11.5 Simulation: Measurement Error in Y
In contrast, measurement error in \(Y\) leaves the point estimate alone (on average) and simply inflates the standard error.
Coefficients hover around the true value of \(1\); standard errors grow roughly with \(\sigma_u\).
11.6 Corrections
Many methods are available to correct for measurement error – most are outside the scope of this class, but they include:
Factor analysis and structural equation models that explicitly model a latent construct separate from its indicators.
Multi-item scales, which rely on true-score theory. Averaging several noisy indicators of the same construct reduces the measurement-error variance roughly by a factor of \(1/k\).
Item response theory, which models the relationship between a latent trait and discrete responses.
Two-stage least squares (instrumental variables), where an instrument correlated with \(X^{*}\) but uncorrelated with \(\gamma\) and \(\epsilon\) can recover a consistent estimate of \(\beta\).
One should always strive to measure constructs with as much accuracy as possible, particularly if the noisy variable is a covariate rather than the outcome. And – always – check for coding errors.