The SURVEYSELECT Procedure

Proportional Allocation

When you specify the ALLOC=PROPORTIONAL option in the STRATA statement, PROC SURVEYSELECT allocates the total sample size among the strata in proportion to the stratum sizes, where the stratum size is the number of sampling units in the stratum. The allocation proportion of the total sample size for stratum h is

f Subscript h Superscript asterisk Baseline equals upper N Subscript h Baseline slash upper N

where upper N Subscript h is the number of sampling units in stratum h and N is the total number of sampling units for all strata. PROC SURVEYSELECT computes the target sample size for stratum h as

n Subscript h Superscript asterisk Baseline equals f Subscript h Superscript asterisk Baseline times n

where n is the total sample size that you specify in the SAMPSIZE= option in the PROC SURVEYSELECT statement.

If you specify a minimum stratum sample size n Subscript m i n in the ALLOCMIN= option in the STRATA statement, then all stratum sample sizes are required to be at least n Subscript m i n. By default, all stratum sample sizes are required to be at least 1 (to ensure that at least one sampling unit is selected from each stratum). If a target sample size is less than the required minimum value, PROC SURVEYSELECT sets the target sample size equal to the minimum value.

PROC SURVEYSELECT computes the allocated stratum sample sizes n Subscript h (which must be integers) by rounding the target sample size values in order of the fractional parts until the total sample size n is achieved.

PROC SURVEYSELECT provides the target allocation proportions f Subscript h Superscript asterisk in the output data set variable AllocProportion. The variable ActualProportion contains the actual proportions for the allocated sample sizes n Subscript h. For stratum h, the actual proportion is computed as

f Subscript h Baseline equals n Subscript h Baseline slash n

where n Subscript h is the allocated sample size for stratum h and n is the total sample size. The actual proportions f Subscript h can differ from the target allocation proportions f Subscript h Superscript asterisk because of rounding and the requirement that n Subscript h Baseline greater-than-or-equal-to 1 (or n Subscript h Baseline greater-than-or-equal-to n Subscript m i n).

Last updated: December 09, 2022