Survey Weights

Survey weights account for the design of a survey sample and non-sampling error.


Description

The design weight, or base weight, reflects unequal probabilities of selection. Generally this is simply the inverse of the sampling probability: nk/N for all strata k.

Non-Response Adjustments

All real surveys feature non-sampling error, especially non-response. If non-response is uncorrelated with key metrics, it is negligible. There almost always is some observable non-response bias, i.e. an attribute that is known for the entire population and is correlated with both a key metric and responsivity. This bias can be corrected with a non-response adjustment to the survey weights.

It is also reasonable to expect that there is unobserved bias, i.e. an attribute that is not known.

A non-response adjustment factor generally moves weight from non-respondents to comparable respondents. If there are no significant attributes that can be used to establish comparability, then the adjustment is a flat multiplier: the total of cases over the count of respondents. (Non-respondents have their weight set to 0.)

If there are significant attributes, responsivity can be modeled. There are generally two approaches:

Modeling on insignificant or uncorrelated attributes does not introduce bias, but it does inflate variance.

Post-Stratification

Post-stratification is employed in survey weighting for several reasons:

There are two approaches to this post-stratification: GREG estimation and calibration estimation. Calibration is known under a variety of other names: raking, iterative proportional fitting, and RIM weighting.


Usage

Weighted Estimators

Survey weights w are designed such that a population proportion μ can be calculated using the weighted estimator Σ(wx) / Σw.

In the case that all cases have equal weight, it is straightforward to show that the variance of that estimator is w2σ2.

In any other case, the variance is given by Σ(w2σ2) / (Σw)2. This ratio must then be linearized or simulated to arrive at an approximate variance. Taylor expansion is a common strategy for linearization.


CategoryRicottone

Statistics/SurveyWeights (last edited 2025-08-10 00:55:28 by DominicRicottone)