Rescaling is based on two methods: For svywght_a
, the sample
weights pweight
are adjusted by a factor that represents the proportion
of cluster size divided by the sum of sampling weights within each cluster.
The adjustment factor for svywght_b
is the sum of sample weights
within each cluster devided by the sum of squared sample weights within
each cluster (see Carle (2009), Appendix B).
Regarding the choice between scaling methods A and B, Carle suggests
that "analysts who wish to discuss point estimates should report results
based on weighting method A. For analysts more interested in residual
between-cluster variance, method B may generally provide the least biased
estimates". In general, it is recommended to fit a non-weighted model
and weighted models with both scaling methods and when comparing the
models, see whether the "inferential decisions converge", to gain
confidence in the results.
Though the bias of scaled weights decreases with increasing cluster size,
method A is preferred when insufficient or low cluster size is a concern.
The cluster ID and probably PSU may be used as random effects (e.g.
nested design, or cluster and PSU as varying intercepts), depending
on the survey design that should be mimicked.