The SURVEYSELECT Procedure

Neyman Allocation

When you specify the ALLOC=NEYMAN option in the STRATA statement, PROC SURVEYSELECT allocates the total sample size among the strata in proportion to stratum sizes and stratum variances. Neyman allocation is a special case of optimal allocation (described in the section Optimal Allocation), where the costs per unit are the same for all strata. For Neyman allocation, the proportion of the total sample size for stratum h is computed as

\[ f_ h^{*} = N_ h S_ h ~ / ~ \sum _{i=1}^ H{ N_ i S_ i} \]

If you specify the total sample size n in the SAMPSIZE= option in the PROC SURVEYSELECT statement, the procedure computes the target sample size for stratum h as $n_ h^{*} = f_ h^{*} \times n$. The $n_ h^{*}$ are converted to integer sample sizes $n_ h$ by using a rounding algorithm that requires the sum of the stratum sizes to equal n. The final sample sizes $n_ h$ are required to be at least 1, or at least $n_{\mi{min}}$ if you specify a minimum sample size in the ALLOCMIN= option in the STRATA statement. For without-replacement selection methods, the final sample sizes must not exceed the stratum sizes.