Skip to main content

Complex Survey & Missing Data

Statios provides complex survey design analysis and missing data handling. Covers design-based inference (Taylor linearization, replicate weights, Rao-Scott corrections) and advanced imputation (MICE, EM, PMM) with proper uncertainty propagation.

18 procedures. Every result is computed by the open Python engine and is exportable to APA tables and reports.

ProcedureWhat it doesStatusKey reference
Survey design definitionSpecify strata, clusters, sampling weights, and finite population correction; summarize design.✅ FullHorvitz & Thompson (1952); Kish (1965)
Survey-adjusted meansDesign-based estimates with Taylor linearization variance; includes DEFF per variable.✅ FullHorvitz & Thompson (1952); Binder (1983)
Survey-adjusted totalsWeighted population totals with design-adjusted standard errors and DEFFs.✅ FullHorvitz & Thompson (1952); Binder (1983)
Survey proportionsDesign-based category proportions with confidence intervals and design effects.✅ FullHorvitz & Thompson (1952); Binder (1983)
Survey-weighted regressionLinear or logistic regression via WLS with design-adjusted sandwich covariance.✅ FullBinder (1983); Lumley (2004)
Design Effect (DEFF)Ratio of design variance to SRS variance for a mean; includes interpretation guide.✅ FullKish (1965)
Replicate weights analysisJackknife, BRR, or bootstrap SE/CI from replicate weight methodology.✅ FullWolter (2007); Rust & Rao (1996)
Survey t-testTwo-sample design-adjusted t-test on difference of weighted means.✅ FullBinder (1983); Lumley (2004)
Rao-Scott chi-squareChi-square test for categorical association; first-order design effect correction.✅ FullRao & Scott (1981); Rao & Scott (1984)
Missing value summaryComprehensive report of missing counts, patterns, and complete-case counts per variable.✅ FullPedregosa et al. (2011)
Little's MCAR testTest whether missingness is completely random; EM-based ML with chi-square inference.✅ FullRubin (1976); Little (1988)
Simple imputationMean, median, or mode imputation for a single variable.✅ FullRubin (1976)
KNN imputationImpute missing via k nearest neighbors; standardizes features to avoid scale-dependence.✅ FullRubin (1976)
MICE imputationMultiple imputation by chained equations; pooled estimates via Rubin's rules.✅ FullRubin (1976); van Buuren & Groothuis-Oudshoorn (2011)
EM imputationEM algorithm for missing data assuming multivariate normality; returns imputed dataset.✅ FullRubin (1976); Dempster et al. (1977)
Predictive Mean Matching (PMM)Imputation via OLS prediction + nearest-neighbor donor draw; preserves observed distribution.✅ FullRubin (1976); van Buuren & Groothuis-Oudshoorn (2011)
Missing data patternsIdentify missing patterns; check monotone vs non-monotone structure; Little's MCAR suggestion.✅ FullPedregosa et al. (2011)
MNAR sensitivity analysisShift imputed values by delta range; track regression coefficient changes to find tipping point.✅ FullRubin (1976)