Skip to content

Post stratification weights in survey package in R

2 messages · Ruijie, Thomas Lumley

#
On Sun, May 13, 2012 at 7:10 PM, Ruijie <breakaway8 at gmail.com> wrote:
There *is* only one weight for each subject.

You are misinterpreting the internal structures of the package: if you
want to see the weights, use the weights() function.

The components of $postStrata are used in standard error computations.

   -thomas