WOR

Literally, denotes "without replacement" sampling with equal probabilities of selection within strata at the first stage. For all SUDAAN procedures, you can specify the sample design on the PROC statement, using the DESIGN options.

The NEST, TOTCNT, and (if included) SAMCNT statements must all list the same number of variables (one per sampling stage).

On the NEST statement follow the following guidelines :

The simplest NEST statement specification for the WOR design is:

NEST STRATA PSU;

where STRATA defines the stratification variable, and PSU defines the primary cluster variable. To define the entire population as a single stratum, use the SUDAAN keyword _ONE_ in place of STRATA. For Design=WOR, you will often specify additional stages of stratification and clustering on the NEST statement.