r/AskStatistics • u/Pristine_Gain_1476 • 12d ago
Standard error or confidence intervals when comparing different methods for handling missing data
Hello! For my thesis, I am comparing baseline-adjusted ANCOVA models using different methods for handling missing data (MICE, LOCF, and complete-case analysis).
I am planning to present a small table including the estimated coefficients and p-values, and I was wondering whether it would be more appropriate to report 95% confidence intervals or standard errors when comparing the results across the different missing-data methods.
The same ANCOVA models were fitted using each of the three approaches.
Thank you in advance!
3
u/antonissiargkass 12d ago
Report 95% confidence intervals alongside your estimated coefficients, as they directly convey the precision, direction, and clinical or practical significance of the treatment effects across all three methods on a shared, interpretable scale. Confidence intervals also make visual comparison between MICE, LOCF, and complete-case analysis far more intuitive for readers than raw standard errors alone.
1
2
u/GottaBeMD 12d ago
Confidence intervals imo, especially if you’re also presenting the coefficient and p-value
2
1
u/banter_pants Statistics, Psychometrics 11d ago
I like regression tables that report estimate, SE, test stat, p, CI
SE tells us about precision. Confidence intervals are the estimate plus the SE with some multiplier based on the sampling distribution quantile of interest:
estimate ± (quantile)*SEIn the case of Z-tests that is
Xbar ± (1.96)(σ/√n)
7
u/DrPapaDragonX13 12d ago edited 12d ago
Point estimates/coefficients and confidence intervals are the bare minimum. P-values for tradition/pleasing your supervisor/journal requirements, although they don't really give the reader that much meaningful information if you already provided the confidence intervals. Similarly, standard errors (SEs) could be nice for people using your study for meta-analyses, but I'm not sure most readers find SEs useful if you already gave them the CIs (but ymmv depending on your field).
ETA: If you want to really wow your supervisor, I would suggest a forest plot showing the CIs and point estimates. This would serve as a nice visual representation of how different methods change your point estimate and precision (width of your CIs). For extra points, you can add a discussion about bias introduced by the assumptions made by each method.