Obtaining the Standard Error of Weighted Data in SPSS

529 views Asked by At

I'm trying to find confidence intervals for the means of various variables in a database using SPSS, and I've run into a spot of trouble.

The data is weighted, because each of the people who was surveyed represents a different portion of the overall population. For example, one young man in our sample might represent 28000 young men in the general population. The problem is that SPSS seems to think that the young man's database entries each represent 28000 measurements when they actually just represent one, and this makes SPSS think we have much more data than we actually do. As a result SPSS is giving very very low standard error estimates and very very narrow confidence intervals.

I've tried fixing this by dividing every weight value by the mean weight. This gives plausible figures and an average weight of 1, but I'm not sure the resulting numbers are actually correct.

Is my approach sound? If not, what should I try?

I've been using the Explore command to find mean and standard error (among other things), in case it matters.

1

There are 1 answers

1
JKP On

You do need to scale weights to the actual sample size, but only the procedures in the Complex Samples option are designed to account for sampling weights properly. The regular weight variable in Statistics is treated as a frequency weight.