Differences between revisions 38 and 39
Revision 38 as of 2026-08-12 20:00:45
Size: 6576
Comment: Link
Revision 39 as of 2026-08-12 20:10:31
Size: 6806
Comment: Links
Deletions are marked like this. Additions are marked like this.
Line 77: Line 77:
 * [[Unifying Small Area Estimators Based on Area-Level and Unit-Level Models Through Calibration|UnifyingSmallAreaEstimatorsBasedOnAreaLevelAndUnitLevelModelsThroughCalibration]]; William Acero, Isabel Molina, and Juan Miguel Marín; 2026  * [[UnifyingSmallAreaEstimatorsBasedOnAreaLevelAndUnitLevelModelsThroughCalibration|Unifying Small Area Estimators Based on Area-Level and Unit-Level Models Through Calibration]]; William Acero, Isabel Molina, and Juan Miguel Marín; 2026
 * [[LocallyEquivalentWeightsForMultilevelRegressionAndPoststratification|Locally Equivalent Weights for Multilevel Regression and Poststratification]]; Ryan Giordano, Alice Cima, Jared Murray, Erin Hartman, and Avi Feller; 2026

Survey Weights

Survey weights account for the survey design, sampling error, and non-sampling error.


Description

Survey data is collected through a mechanism which can be specified statistically. If it is not specified, bias can be introduced and estimates can be over-confident.

Inverse variance weights are related, but not the same.

Survey weights begin with design weights reflecting probability of selection. Generally this is simply the inverse of the sampling probability: nk/N for all strata k.

All real surveys feature non-sampling error, especially nonresponse. If nonresponse is uncorrelated with key metrics, it is negligible. Otherwise there is potential for nonresponse bias. This bias can be corrected through survey weights in a few ways:

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

Calibration can be used to:

  • make estimates be consistent with known true population proportions
  • correct sampling error like undercoverage or overcoverage

  • further correct for non-sampling error like nonresponse bias

The methods here include:


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, 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.


Reading Notes


CategoryRicottone

Statistics/SurveyWeights (last edited 2026-08-12 20:10:31 by DominicRicottone)