admin管理员组文章数量:1418665
I am working with a weighted survey dataset where some respondents did not answer specific questions. Each respondent has a weight assigned to them. My goal is to calculate weighted percentages for different responses within each district.
Here’s how I am currently calculating weighted percentages:
Group responses by district and response category. Sum the weights of respondents who provided an answer. Divide by the total weight of all respondents in the district to get the percentage. However, I am unsure whether the denominator (total weight in the district) should include only those who answered the question or all respondents in the district, including those who did not answer.
For example, if 10 respondents are from District A but only 7 answered the question, should the denominator be:
(A) The sum of weights of the 7 respondents who answered (B) The sum of weights of all 10 respondents in the district (including those who skipped) This is important for correctly interpreting missing data. Any insights or references on best practices for handling survey weights in such cases would be greatly appreciated!
本文标签: statisticsHow to Handle Weights for Missing Responses in Survey DataStack Overflow
版权声明:本文标题:statistics - How to Handle Weights for Missing Responses in Survey Data? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745294867a2652013.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论