Previous Page | Next Page

The SURVEYMEANS Procedure

Balanced Repeated Replication (BRR) Method

The balanced repeated replication (BRR) method requires that the full sample be drawn by using a stratified sample design with two primary sampling units (PSUs) per stratum. Let be the total number of strata. The total number of replicates is the smallest multiple of 4 that is greater than . However, if you prefer a larger number of replicates, you can specify the REPS=number option. If a Hadamard matrix cannot be constructed, the number of replicates is increased until a Hadamard matrix becomes available.

Each replicate is obtained by deleting one PSU per stratum according to the corresponding Hadamard matrix and adjusting the original weights for the remaining PSUs. The new weights are called replicate weights.

Replicates are constructed by using the first columns of the Hadamard matrix. The th () replicate is drawn from the full sample according to the th row of the Hadamard matrix as follows:

  • If the th element of the Hadamard matrix is 1, then the first PSU of stratum is included in the th replicate and the second PSU of stratum is excluded.

  • If the th element of the Hadamard matrix is –1, then the second PSU of stratum is included in the th replicate and the first PSU of stratum is excluded.

The replicate weights of the remaining PSUs in each half-sample are then doubled to their original weights. For more details about the BRR method, see Wolter (1985) and Lohr (2009).

By default, an appropriate Hadamard matrix is generated automatically to create the replicates. You can request that the Hadamard matrix be displayed by specifying the VARMETHOD=BRR(PRINTH) method-option. If you provide a Hadamard matrix by specifying the VARMETHOD=BRR(HADAMARD=) method-option, then the replicates are generated according to the provided Hadamard matrix.

You can use the VARMETHOD=BRR(OUTWEIGHTS=) method-option to save the replicate weights into a SAS data set.

Suppose that is a population parameter of interest. Let be the estimate from the full sample for . Let be the estimate from the th replicate subsample by using replicate weights. PROC SURVEYMEANS  estimates the variance of by

     

with degrees of freedom, where is the number of strata.

If a parameter cannot be computed from one or more replicates, then the variance estimate is computed by using those replicates from which the parameter can be estimated. For example, suppose the parameter is a ratio. If a replicate contains observations such that the denominator of the ratio is zero, then the ratio cannot be computed from replicate . In this case, the BRR variance estimate is computed as

     

where the summation is over the replicates where the parameter can be computed, and is the number of those replicates.

Previous Page | Next Page | Top of Page